[arvados] updated: 2.1.0-2961-g134a34e7b
git repository hosting
git at public.arvados.org
Mon Nov 28 14:59:29 UTC 2022
Summary of changes:
doc/install/configure-s3-object-storage.html.textile.liquid | 1 +
1 file changed, 1 insertion(+)
via 134a34e7bf7e789bb4dc9558e27c81b2f16458e6 (commit)
from adfec635268de089f04c1a4a5d1244ccbce201ae (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 134a34e7bf7e789bb4dc9558e27c81b2f16458e6
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Nov 28 11:58:33 2022 -0300
19215: Fixes IAM policy example for Keepstore S3 access.
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 d967f786b..288a9a482 100644
--- a/doc/install/configure-s3-object-storage.html.textile.liquid
+++ b/doc/install/configure-s3-object-storage.html.textile.liquid
@@ -140,6 +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