Skip to content

Commit d9d58af

Browse files
authored
docs(s3): update ID of the example encrypted bucket in the ReadMe (#13436)
The id in the example was misnamed and can cause confusion. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 191c54d commit d9d58af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-s3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ new Bucket(this, 'MyFirstBucket');
4343
Define a KMS-encrypted bucket:
4444

4545
```ts
46-
const bucket = new Bucket(this, 'MyUnencryptedBucket', {
46+
const bucket = new Bucket(this, 'MyEncryptedBucket', {
4747
encryption: BucketEncryption.KMS
4848
});
4949

0 commit comments

Comments
 (0)