AWS AmazonS3 documentation change
Summary
Corrected CLI parameter name from 'BlockEncryptionTypes' to 'BlockedEncryptionTypes' and fixed REST API documentation link.
Security assessment
Parameter name correction improves accuracy but doesn't address security flaws. The change maintains existing security documentation about SSE-C encryption without adding new security content.
Diff
diff --git a/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.md b/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.md index 0790ca486..a4e79ae03 100644 --- a//AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.md +++ b//AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.md @@ -92 +92 @@ The following CLI example shows you how to block or unblock SSE-C encryption for - "BlockEncryptionTypes": { + "BlockedEncryptionTypes": { @@ -105 +105 @@ The following CLI example shows you how to block or unblock SSE-C encryption for - "BlockEncryptionTypes": { + "BlockedEncryptionTypes": { @@ -196 +196 @@ SDK for Python Boto3 -For information about the Amazon S3 REST API support for blocking or unblocking SSE-C encryption for a general purpose bucket, see the following section in the _Amazon Simple Storage Service API Reference_ : +For information about the Amazon S3 REST API support for blocking or unblocking SSE-C encryption for a general purpose bucket, see the following section in the [Amazon Simple Storage Service API Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html):