[arvados] updated: 2.1.0-2957-gf93217591
git repository hosting
git at public.arvados.org
Thu Nov 10 21:48:30 UTC 2022
Summary of changes:
doc/install/configure-s3-object-storage.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f9321759166612825b540fe1c908e72713caf592 (commit)
from 73496d5010b920096d93edcd52a54dc4e9f2d881 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f9321759166612825b540fe1c908e72713caf592
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Nov 10 18:48:07 2022 -0300
19215: Fixes IAM policy example.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/doc/install/configure-s3-object-storage.html.textile.liquid b/doc/install/configure-s3-object-storage.html.textile.liquid
index 6a10a3992..d967f786b 100644
--- a/doc/install/configure-s3-object-storage.html.textile.liquid
+++ b/doc/install/configure-s3-object-storage.html.textile.liquid
@@ -140,7 +140,7 @@ On Amazon, VMs which will access the S3 bucket (these include keepstore and comp
"Action": [
"s3:*"
],
- "Resource": "arn:aws:s3:::xarv1-nyw5e-000000000000000-volume"
+ "Resource": "arn:aws:s3:::xarv1-nyw5e-000000000000000-volume/*"
}
]
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list