Skip to content

Commit

Permalink
docs(s3): update ID of the example encrypted bucket in the ReadMe (aw…
Browse files Browse the repository at this point in the history
…s#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*
  • Loading branch information
maoshouse authored and cornerwings committed Mar 8, 2021
1 parent 1ac8e0a commit 80060ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ new Bucket(this, 'MyFirstBucket');
Define a KMS-encrypted bucket:

```ts
const bucket = new Bucket(this, 'MyUnencryptedBucket', {
const bucket = new Bucket(this, 'MyEncryptedBucket', {
encryption: BucketEncryption.KMS
});

Expand Down

0 comments on commit 80060ee

Please sign in to comment.