AWS cli documentation change
Summary
Updated CLI version reference from 2.34.34 to 2.34.37 and added documentation for new checksum response fields (ChecksumSHA512, ChecksumMD5, ChecksumXXHASH64, ChecksumXXHASH3, ChecksumXXHASH128) in the get-object command output.
Security assessment
The change documents additional checksum fields that can be returned by the get-object operation, which helps with data integrity verification. This adds documentation about security features (checksums for integrity validation) but does not indicate a specific security issue being fixed. The change appears to be consistent with expanding checksum algorithm support across S3 operations.
Diff
diff --git a/cli/latest/reference/s3api/get-object.md b/cli/latest/reference/s3api/get-object.md index 9b81e3a64..c506b9aba 100644 --- a//cli/latest/reference/s3api/get-object.md +++ b//cli/latest/reference/s3api/get-object.md @@ -15 +15 @@ - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) » @@ -575,0 +576,20 @@ ChecksumSHA256 -> (string) +ChecksumSHA512 -> (string) + +> The Base64 encoded, 512-bit `SHA512` digest of the object. For more information, see [Checking object integrity in the Amazon S3 User Guide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) . + +ChecksumMD5 -> (string) + +> The Base64 encoded, 128-bit `MD5` digest of the object. For more information, see [Checking object integrity in the Amazon S3 User Guide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) . + +ChecksumXXHASH64 -> (string) + +> The Base64 encoded, 64-bit `XXHASH64` checksum of the object. For more information, see [Checking object integrity in the Amazon S3 User Guide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) . + +ChecksumXXHASH3 -> (string) + +> The Base64 encoded, 64-bit `XXHASH3` checksum of the object. For more information, see [Checking object integrity in the Amazon S3 User Guide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) . + +ChecksumXXHASH128 -> (string) + +> The Base64 encoded, 128-bit `XXHASH128` checksum of the object. For more information, see [Checking object integrity in the Amazon S3 User Guide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) . + @@ -816 +836 @@ ObjectLockLegalHoldStatus -> (string) - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) »