Fix bad quote char in IAM policy (#108)
This commit is contained in:
parent
509793419d
commit
85ff981217
|
@ -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/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue