AWS cli documentation change
Summary
Updated server-side encryption documentation to include Amazon FSx requirements
Security assessment
Expands documentation about encryption methods but doesn't indicate any security vulnerability being addressed. Improves clarity around security features.
Diff
diff --git a/cli/latest/reference/s3api/get-object.md b/cli/latest/reference/s3api/get-object.md index c995bf288..5cb28a004 100644 --- a//cli/latest/reference/s3api/get-object.md +++ b//cli/latest/reference/s3api/get-object.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -617 +617,5 @@ ServerSideEncryption -> (string) -> The server-side encryption algorithm used when you store this object in Amazon S3. +> The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx. +> +> ### Note +> +> When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is `aws:fsx` . @@ -723 +727 @@ ObjectLockLegalHoldStatus -> (string) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »