Skip to content

Commit

Permalink
Remove data.zip from bucket so bucket deletion is successful.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinadima committed Aug 25, 2023
1 parent 9ec7c7c commit 50efa58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos-pipeline/lib/lib/build-image-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class BuildImageDataStack extends cdk.Stack {
bucketName,
versioned: true,
removalPolicy: cdk.RemovalPolicy.DESTROY,
autoDeleteObjects: true,
});

const dataBucketDeploymentRole = new iam.Role(
Expand Down

0 comments on commit 50efa58

Please sign in to comment.