forked from lix-project/lix
docs: fix typo in AllowDirectReads
It was just missing an `l` but should be fixed anyway.
This commit is contained in:
parent
1f64f4c7c8
commit
34fade478a
|
@ -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