Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Oct 2, 2024
1 parent fdb68df commit c4b37c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-ts-static-website/acl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function configureACL(bucketName: string, bucket: aws.s3.BucketV2, acl: s
bucket: bucket.bucket,
rule: {
objectOwnership: "BucketOwnerPreferred",
}
},
});
const publicAccessBlock = new aws.s3.BucketPublicAccessBlock(bucketName, {
bucket: bucket.bucket,
Expand Down

0 comments on commit c4b37c5

Please sign in to comment.