AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-19 · Documentation medium

File: cli/latest/reference/s3control/describe-job.md

Summary

Updated CLI version reference, added warning about URL encoding headers with spaces, documented S3ComputeObjectChecksum structure, and added ExpectedBucketOwner field description

Security assessment

The warning about URL encoding prevents potential signature validation errors but does not address a specific vulnerability. The S3ComputeObjectChecksum documentation describes data integrity features, and ExpectedBucketOwner clarifies access control - both security-related features.

Diff

diff --git a/cli/latest/reference/s3control/describe-job.md b/cli/latest/reference/s3control/describe-job.md
index e9b01f27c..038fa5cc6 100644
--- a//cli/latest/reference/s3control/describe-job.md
+++ b//cli/latest/reference/s3control/describe-job.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
@@ -74,0 +75,4 @@ Related actions include:
+### Warning
+
+You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt` , containing two spaces after `my` , you must URL encode this value to `my%20%20file.txt` .
+
@@ -687,0 +692,12 @@ Job -> (structure)
+>> 
+>> S3ComputeObjectChecksum -> (structure)
+>>
+>>> Directs the specified job to compute checksum values for every object in the manifest.
+>>> 
+>>> ChecksumAlgorithm -> (string)
+>>>
+>>>> Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see [Checking object integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) in the _Amazon S3 User Guide_ .
+>>> 
+>>> ChecksumType -> (string)
+>>>
+>>>> Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see [Checking object integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) in the _Amazon S3 User Guide_ .
@@ -757,0 +774,4 @@ Job -> (structure)
+>> 
+>> ExpectedBucketOwner -> (string)
+>>
+>>> Lists the Amazon Web Services account ID that owns the target bucket, where the completion report is received.
@@ -943 +963 @@ Job -> (structure)
-  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.12 Command Reference](../../index.html) »