Skip to content

Commit 4211ec6

Browse files
committed
Update AWS S3 policy [ci skip]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 069653d commit 4211ec6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/aws.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ Depending on the pipeline configuration, the above actions can be done all in a
121121
"Action": [
122122
"s3:GetObject",
123123
"s3:PutObject",
124-
"s3:DeleteObject"
124+
"s3:DeleteObject",
125+
"s3:PutObjectTagging",
126+
"s3:AbortMultipartUpload"
125127
],
126128
"Resource": "arn:aws:s3:::<bucket name>/*"
127129
},

0 commit comments

Comments
 (0)