mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
s3: add missing comma in IAM policy
Co-authored-by: Ruben Nic <RubenSandwich@users.noreply.github.com>
This commit is contained in:
parent
6e125297ba
commit
9609070998
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue