AWS AmazonS3 documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency in terminology
Security assessment
The changes are purely cosmetic branding updates (removing redundant 'AWS' prefix from CloudFormation references). No security implications or security feature documentation added.
Diff
diff --git a/AmazonS3/latest/userguide/configuring-bucket-key.md b/AmazonS3/latest/userguide/configuring-bucket-key.md index c0e1342f1..8966fde68 100644 --- a//AmazonS3/latest/userguide/configuring-bucket-key.md +++ b//AmazonS3/latest/userguide/configuring-bucket-key.md @@ -9 +9 @@ When you configure server-side encryption with AWS Key Management Service (AWS K -You can configure your bucket to use an S3 Bucket Key for SSE-KMS on new objects by using the Amazon S3 console, REST API, AWS SDKs, AWS Command Line Interface (AWS CLI), or AWS CloudFormation. If you want to enable or disable an S3 Bucket Key for existing objects, you can use a `CopyObject` operation. For more information, see [Configuring an S3 Bucket Key at the object level](./configuring-bucket-key-object.html) and [Using Batch Operations to enable S3 Bucket Keys for SSE-KMS](./batch-ops-copy-example-bucket-key.html). +You can configure your bucket to use an S3 Bucket Key for SSE-KMS on new objects by using the Amazon S3 console, REST API, AWS SDKs, AWS Command Line Interface (AWS CLI), or CloudFormation. If you want to enable or disable an S3 Bucket Key for existing objects, you can use a `CopyObject` operation. For more information, see [Configuring an S3 Bucket Key at the object level](./configuring-bucket-key-object.html) and [Using Batch Operations to enable S3 Bucket Keys for SSE-KMS](./batch-ops-copy-example-bucket-key.html). @@ -147 +147 @@ The following example enables default bucket encryption with SSE-KMS and an S3 B -For more information about configuring an S3 Bucket Key with AWS CloudFormation, see [AWS::S3::Bucket ServerSideEncryptionRule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html) in the _AWS CloudFormation User Guide_. +For more information about configuring an S3 Bucket Key with CloudFormation, see [AWS::S3::Bucket ServerSideEncryptionRule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html) in the _AWS CloudFormation User Guide_.