AWS cli documentation change
Summary
Added documentation about 'aws:fsx' encryption requirement for FSx access via S3 and expanded encryption options list
Security assessment
Clarifies encryption requirements for FSx access points but shows no evidence of addressing a security vulnerability. Improves security documentation without patching an exploit.
Diff
diff --git a/cli/latest/reference/s3api/write-get-object-response.md b/cli/latest/reference/s3api/write-get-object-response.md index 8b40dbf81..a3fbe4d84 100644 --- a//cli/latest/reference/s3api/write-get-object-response.md +++ b//cli/latest/reference/s3api/write-get-object-response.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -364 +364,5 @@ JSON Syntax: -> The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, `aws:kms` ). +> The server-side encryption algorithm used when storing requested 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` . @@ -368,0 +373 @@ JSON Syntax: +> * `aws:fsx` @@ -404,0 +410 @@ JSON Syntax: +> * `FSX_OPENZFS` @@ -531 +537 @@ None - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »