Skip to content

Commit b658c4f

Browse files
try add perissions to cb
1 parent 7beb98e commit b658c4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cfn/ESDK-Python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ Resources:
275275
{
276276
"Effect": "Allow",
277277
"Resource": [
278-
"arn:aws:s3:::codepipeline-${AWS::Region}-*"
278+
"arn:aws:s3:::codepipeline-${AWS::Region}-*",
279+
"arn:aws:s3:::generated-vectors-artifacts-bucket/*"
279280
],
280281
"Action": [
281282
"s3:PutObject",

0 commit comments

Comments
 (0)