AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-12-16 · Documentation low

File: cli/latest/reference/glacier/upload-multipart-part.md

Summary

Updated CLI version from 2.32.16 to 2.32.17 and replaced 'Amazon S3 Glacier' with 'Amazon Glacier' in multiple instances

Security assessment

The changes are version updates and service name corrections without introducing new security content or addressing vulnerabilities. The SHA256 tree hash mention relates to existing data integrity checks, not a new security feature or fix.

Diff

diff --git a/cli/latest/reference/glacier/upload-multipart-part.md b/cli/latest/reference/glacier/upload-multipart-part.md
index 45599f10c..5b5b86982 100644
--- a//cli/latest/reference/glacier/upload-multipart-part.md
+++ b//cli/latest/reference/glacier/upload-multipart-part.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.17 Command Reference](../../index.html) »
@@ -64 +64 @@ Amazon Glacier rejects your upload part request if any of the following conditio
-  * **SHA256 tree hash does not match** To ensure that part data is not corrupted in transmission, you compute a SHA256 tree hash of the part and include it in your request. Upon receiving the part data, Amazon S3 Glacier also computes a SHA256 tree hash. If these hash values don’t match, the operation fails. For information about computing a SHA256 tree hash, see [Computing Checksums](https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html) .
+  * **SHA256 tree hash does not match** To ensure that part data is not corrupted in transmission, you compute a SHA256 tree hash of the part and include it in your request. Upon receiving the part data, Amazon Glacier also computes a SHA256 tree hash. If these hash values don’t match, the operation fails. For information about computing a SHA256 tree hash, see [Computing Checksums](https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html) .
@@ -121 +121 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glacie
-> The `AccountId` value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single ‘`-` ‘ (hyphen), in which case Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (‘-’) in the ID.
+> The `AccountId` value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single ‘`-` ‘ (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (‘-’) in the ID.
@@ -137 +137 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glacie
-> Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon S3 Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.
+> Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.
@@ -268 +268 @@ checksum -> (string)
-> The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.
+> The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
@@ -280 +280 @@ checksum -> (string)
-  * [AWS CLI 2.32.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.17 Command Reference](../../index.html) »