Skip to content

Commit 4f851cd

Browse files
committed
Set provider for bucket ownership resource
1 parent 9760883 commit 4f851cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infra/resources/standardLogsBucket.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export function createStandardLogsBucket(setup: ISetup): Bucket {
2525
rule: {
2626
objectOwnership: "BucketOwnerPreferred"
2727
}
28+
}, {
29+
provider: awsEuNorth1
2830
});
2931

3032
return bucket;

0 commit comments

Comments
 (0)