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 f4ae382 commit d9477d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class PipelineStack extends core.Stack {
autoDeleteObjects: true,
versioned: true,
// bucketKeyEnabled: true,
encryption: s3.BucketEncryption.KMS_MANAGED,
// encryption: s3.BucketEncryption.KMS_MANAGED,
});

const pipeline = new Pipeline(this, 'Pipeline', {
Expand Down Expand Up @@ -111,7 +111,7 @@ export class PipelineStack extends core.Stack {
// pipelineName: `${this.stackName}-pipeline`,
cloudAssemblyArtifact,
codePipeline: pipeline,
// crossAccountKeys: true, test
crossAccountKeys: true,

// Where the source can be found
sourceAction: repo,
Expand Down

0 comments on commit d9477d1

Please sign in to comment.