s3: add missing comma in IAM policy

Co-authored-by: Ruben Nic <RubenSandwich@users.noreply.github.com>
pull/36257/head
Bruno Schaatsbergen 1 year ago committed by GitHub
parent 6e125297ba
commit 9609070998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,7 @@ This is seen in the following AWS IAM Statement:
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::mybucket"
"Resource": "arn:aws:s3:::mybucket",
"Condition": {
"StringEquals": {
"s3:prefix": "mybucket/path/to/my/key"

Loading…
Cancel
Save