Skip to content

Commit 2a7786e

Browse files
committed
add s3 list bucket permissions
1 parent 0912afe commit 2a7786e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Resources:
5050
- Effect: Allow
5151
Action:
5252
- s3:PutObject
53+
- s3:GetObject
54+
- s3:ListBucket
5355
Resource: !GetAtt FraudDetectionBucket.Arn
5456
- Effect: Allow
5557
Action:

0 commit comments

Comments
 (0)