remove bucket name from s3:prefix condition in IAM policy

pull/36868/head
Dominic Breuker 1 year ago
parent ea767aa7ad
commit 0b13ab3f9a
No known key found for this signature in database
GPG Key ID: 00FF93D6D071ED29

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

Loading…
Cancel
Save