Skip to content

Commit

Permalink
Also need to update ObjectOwnership rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed Oct 14, 2024
1 parent f075ff6 commit 49f40cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/stack/S3Bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@ export default {
VersioningConfiguration: {
Status: 'Suspended',
},
OwnershipControls: {
Rules: [
{
ObjectOwnership: 'BucketOwnerPreferred',
},
],
},
},
};

0 comments on commit 49f40cd

Please sign in to comment.