Skip to content

Commit

Permalink
Merge pull request #415 from xschildw/m-fix-synapse-bucket-policy
Browse files Browse the repository at this point in the history
Add *ObjectTagging perms
  • Loading branch information
xschildw authored Sep 3, 2024
2 parents 80afbae + b2f7c83 commit 137375f
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 137375f

Please sign in to comment.