AWS cli documentation change
Summary
Added note clarifying that 'aws:fsx' is the only valid server-side encryption option when accessing Amazon FSx via S3 access points
Security assessment
The change adds documentation about valid encryption options for FSx access but does not indicate a security vulnerability fix. It enhances clarity about security controls without addressing a specific security incident.
Diff
diff --git a/cli/latest/reference/s3api/upload-part.md b/cli/latest/reference/s3api/upload-part.md index e320b990b..861f7e222 100644 --- a//cli/latest/reference/s3api/upload-part.md +++ b//cli/latest/reference/s3api/upload-part.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -438 +438,5 @@ ServerSideEncryption -> (string) -> The server-side encryption algorithm used when you store this object in Amazon S3 (for example, `AES256` , `aws:kms` ). +> 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` . @@ -506 +510 @@ RequestCharged -> (string) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »