Skip to content

Commit

Permalink
Add *ObjectTagging perms
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Sep 3, 2024
1 parent 80afbae commit b2f7c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/S3/synapse-external-bucket.j2
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Resources:
AWS: !Ref GrantAccess
Action:
- "s3:GetObject"
- "s3:GetObjectTagging"
- "s3:GetObjectAcl"
- "s3:ListMultipartUploadParts"
- "s3:GetObjectAttributes"
Expand All @@ -150,6 +151,7 @@ Resources:
AWS: !Ref GrantAccess
Action:
- "s3:PutObject"
- "s3:PutObjectTagging"
- "s3:PutObjectAcl"
- "s3:DeleteObject*"
- "s3:*MultipartUpload*"
Expand Down

0 comments on commit b2f7c83

Please sign in to comment.