AWS cli documentation change
Summary
Updated SSEAlgorithm options to include 'aws:fsx' encryption type and CLI version reference
Security assessment
Added 'aws:fsx' as a server-side encryption option, which documents expanded encryption support for FSx integrations but does not indicate remediation of a security vulnerability
Diff
diff --git a/cli/latest/reference/s3api/put-bucket-encryption.md b/cli/latest/reference/s3api/put-bucket-encryption.md index 116eb7df6..0343b8c12 100644 --- a//cli/latest/reference/s3api/put-bucket-encryption.md +++ b//cli/latest/reference/s3api/put-bucket-encryption.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -260 +260 @@ JSON Syntax: - "SSEAlgorithm": "AES256"|"aws:kms"|"aws:kms:dsse", + "SSEAlgorithm": "AES256"|"aws:fsx"|"aws:kms"|"aws:kms:dsse", @@ -409 +409 @@ None - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »