Skip to content

Commit

Permalink
fix: remove AutoDeleteBucket custom construct
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Feb 12, 2021
1 parent 9a76627 commit 2610121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class PipelineStack extends core.Stack {
removalPolicy: core.RemovalPolicy.DESTROY,
autoDeleteObjects: true,
versioned: true,
bucketKeyEnabled: true,
// bucketKeyEnabled: true,
encryption: s3.BucketEncryption.KMS_MANAGED,
});

Expand Down

0 comments on commit 2610121

Please sign in to comment.