Skip to content

Commit

Permalink
chore(s3): Remove unused KMS key in example (#12826)
Browse files Browse the repository at this point in the history
fixes #12825 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
christophgysin authored Feb 2, 2021
1 parent 721344b commit 06b6d82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ assert(bucket.encryptionKey === myKmsKey);
Enable KMS-SSE encryption via [S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html):

```ts
const myKmsKey = new kms.Key(this, 'MyKey');

const bucket = new Bucket(this, 'MyEncryptedBucket', {
encryption: BucketEncryption.KMS,
bucketKeyEnabled: true
Expand Down

0 comments on commit 06b6d82

Please sign in to comment.