AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-06-28 · Documentation medium

File: cli/latest/reference/s3api/complete-multipart-upload.md

Summary

Added note specifying 'aws:fsx' as the only valid server-side encryption option when using Amazon FSx with S3 access points

Security assessment

Clarifies encryption requirements for FSx integrations but does not indicate a security vulnerability. Adds documentation about secure configuration practices.

Diff

diff --git a/cli/latest/reference/s3api/complete-multipart-upload.md b/cli/latest/reference/s3api/complete-multipart-upload.md
index 101cdbb4f..12b47987d 100644
--- a//cli/latest/reference/s3api/complete-multipart-upload.md
+++ b//cli/latest/reference/s3api/complete-multipart-upload.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »
@@ -566 +566,5 @@ ServerSideEncryption -> (string)
-> The server-side encryption algorithm used when storing this object in Amazon S3 (for example, `AES256` , `aws:kms` ).
+> The server-side encryption algorithm used when storing this object in Amazon S3.
+> 
+> ### Note
+> 
+> When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is `aws:fsx` .
@@ -602 +606 @@ RequestCharged -> (string)
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »