From ebbb591d0d68e10934e3c8132b24b12a70daaf99 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 26 Oct 2023 11:54:42 -0300 Subject: [PATCH] 21125: Updates S3 PrefixLength to 3, adding a warning note. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- .../config_examples/multi_host/aws/pillars/arvados.sls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls index 84df363c2e..af4734d12c 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls @@ -152,6 +152,11 @@ arvados: Bucket: __KEEP_AWS_S3_BUCKET__ IAMRole: __KEEP_AWS_IAM_ROLE__ Region: __KEEP_AWS_REGION__ + # IMPORTANT: The default value for PrefixLength is 0, and should not + # be changed once the cluster is in use. For new installations it's + # recommended to set it to 3 for better performance. + # See: https://doc.arvados.org/install/configure-s3-object-storage.html + PrefixLength: 3 Users: NewUsersAreActive: true -- 2.39.5