Skip to content

Commit

Permalink
Merge pull request #726 from PRX/fix/feeder_delete_object
Browse files Browse the repository at this point in the history
Allow feeder to delete S3 objects
  • Loading branch information
cavis authored Nov 14, 2023
2 parents 917cfa2 + 8b7ee54 commit acf642b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ Resources:
Sid: AllowBucketActions
- Action:
- s3:AbortMultipartUpload
- s3:DeleteObject
- s3:Get*
- s3:ListMultipartUploadParts
- s3:PutObject
Expand Down

0 comments on commit acf642b

Please sign in to comment.