forked from lix-project/lix
Merge pull request #2725 from andir/docs/s3-typo
docs: fix typo in AllowDirectReads
This commit is contained in:
commit
caf297a9d3
|
@ -89,7 +89,7 @@ the S3 URL:</para>
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
"Sid": "AlowDirectReads",
|
"Sid": "AllowDirectReads",
|
||||||
"Action": [
|
"Action": [
|
||||||
"s3:GetObject",
|
"s3:GetObject",
|
||||||
"s3:GetBucketLocation"
|
"s3:GetBucketLocation"
|
||||||
|
|
Loading…
Reference in a new issue