Fix bad quote char in IAM policy (#108)

This commit is contained in:
Chris Castle 2017-04-20 11:07:32 -07:00 committed by wxcafé
parent 509793419d
commit 85ff981217
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ To protect the privacy of the users of the your instance, you should have permis
"s3:*" "s3:*"
], ],
"Resource": [ "Resource": [
"arn:aws:s3:::hentailoan, "arn:aws:s3:::hentailoan",
"arn:aws:s3:::hentailoan/*" "arn:aws:s3:::hentailoan/*"
] ]
} }