We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea2ea5 commit 75d6ecdCopy full SHA for 75d6ecd
lib/ethereum/lib/common-stack.ts
@@ -70,6 +70,8 @@ export class EthCommonStack extends cdk.Stack {
70
resources: [
71
snapshotsBucket.bucketArn,
72
snapshotsBucket.arnForObjects("*"),
73
+ `arn:aws:s3:::al2023-repos-${region}-*`,
74
+ `arn:aws:s3:::al2023-repos-${region}-*/*`,
75
`arn:aws:s3:::amazonlinux-2-repos-${region}`,
76
`arn:aws:s3:::amazonlinux-2-repos-${region}/*`,
77
`arn:aws:s3:::${asset.s3BucketName}`,
0 commit comments