AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-25 · Documentation low

File: cli/latest/topic/s3-faq.md

Summary

Updated AWS CLI version reference and added new checksum algorithms (SHA512, XXHASH64, XXHASH3, XXHASH128) to S3 data integrity documentation

Security assessment

This change adds documentation about additional checksum algorithms for data integrity verification in S3. While checksums help ensure data integrity and can prevent data corruption, this is a feature enhancement rather than addressing a specific security vulnerability.

Diff

diff --git a/cli/latest/topic/s3-faq.md b/cli/latest/topic/s3-faq.md
index 976cad7ec..3a8be65cf 100644
--- a//cli/latest/topic/s3-faq.md
+++ b//cli/latest/topic/s3-faq.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.34 Command Reference](../index.html) »
+  * [AWS CLI 2.34.37 Command Reference](../index.html) »
@@ -71,0 +72,4 @@ The AWS CLI v2 will calculate and auto-populate a `x-amz-checksum-<algorithm>` H
+  * SHA512
+  * XXHASH64
+  * XXHASH3
+  * XXHASH128
@@ -105 +109 @@ For more information about verifying data integrity in Amazon S3, see [Checking
-  * [AWS CLI 2.34.34 Command Reference](../index.html) »
+  * [AWS CLI 2.34.37 Command Reference](../index.html) »