Skip to content

Commit 75d6ecd

Browse files
committed
Ethereum. Added S3 buckets for Amazon Linux 2023 repos
1 parent 0ea2ea5 commit 75d6ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ethereum/lib/common-stack.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ export class EthCommonStack extends cdk.Stack {
7070
resources: [
7171
snapshotsBucket.bucketArn,
7272
snapshotsBucket.arnForObjects("*"),
73+
`arn:aws:s3:::al2023-repos-${region}-*`,
74+
`arn:aws:s3:::al2023-repos-${region}-*/*`,
7375
`arn:aws:s3:::amazonlinux-2-repos-${region}`,
7476
`arn:aws:s3:::amazonlinux-2-repos-${region}/*`,
7577
`arn:aws:s3:::${asset.s3BucketName}`,

0 commit comments

Comments
 (0)