Skip to content

Commit

Permalink
Update functionality-stack.ts (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
arshiamoghimi authored Jul 31, 2024
1 parent 8eaf0f1 commit 70d5a83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/lib/functionality-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export class FunctionalityStack extends cdk.Stack {
blockPublicAccess: s3.BlockPublicAccess.BLOCK_ALL,
encryption: s3.BucketEncryption.S3_MANAGED,
removalPolicy: cdk.RemovalPolicy.RETAIN,
autoDeleteObjects: true,
cors: [
{
allowedHeaders: ["*"],
Expand Down

0 comments on commit 70d5a83

Please sign in to comment.