AWS cli documentation change
Summary
Added note about FSx encryption requirements when using S3 access points
Security assessment
Documents proper encryption configuration for FSx access via S3 access points. While security-related, this appears to be documentation improvement rather than addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/s3api/create-session.md b/cli/latest/reference/s3api/create-session.md index 33679154b..2d4546332 100644 --- a//cli/latest/reference/s3api/create-session.md +++ b//cli/latest/reference/s3api/create-session.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -157,0 +158,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/s3-200 +>> **S3 access points for Amazon FSx** \- When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is `aws:fsx` . All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx. +> @@ -160,0 +163 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/s3-200 +> * `aws:fsx` @@ -287,0 +291,4 @@ ServerSideEncryption -> (string) +> +> ### Note +> +> When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is `aws:fsx` . @@ -331 +338 @@ Credentials -> (structure) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »