Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Nov 14, 2023
1 parent 58977a8 commit 1dd198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -983,12 +983,12 @@ Resources:
Resource: !GetAtt FeederUploadsBucket.Arn
- Action:
- s3:AbortMultipartUpload
- s3:DeleteObject
- s3:GetObject
- s3:GetObjectAcl
- s3:ListMultipartUploadParts
- s3:PutObject
- s3:PutObjectAcl
- s3:DeleteObject
Effect: Allow
Resource: !Sub ${FeederUploadsBucket.Arn}/*
Version: "2012-10-17"
Expand Down

0 comments on commit 1dd198f

Please sign in to comment.