Skip to content

Commit

Permalink
remove delete policy
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrenker committed Dec 22, 2023
1 parent 94d05ac commit f650397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cdk-next-app/next-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ export class NextApp extends Construct {

private prepareStoriesBucket(): Bucket {
return new Bucket(this, 'StoriesBucket', {
removalPolicy: RemovalPolicy.DESTROY,
autoDeleteObjects: true,
publicReadAccess: true,
websiteIndexDocument: 'index.html',
websiteErrorDocument: 'index.html',
Expand Down

0 comments on commit f650397

Please sign in to comment.