Merge branch '21125-installer-s3-prefix-length'. Closes #21125
authorLucas Di Pentima <lucas.dipentima@curii.com>
Wed, 1 Nov 2023 13:41:13 +0000 (10:41 -0300)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 28 Nov 2023 14:37:04 +0000 (09:37 -0500)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls

index 84df363c2e645c594e25378a7de3fe187dcb2069..2944b4073cddebbc5a6abd533f7fb811278b5972 100644 (file)
@@ -152,6 +152,11 @@ arvados:
           Bucket: __KEEP_AWS_S3_BUCKET__
           IAMRole: __KEEP_AWS_IAM_ROLE__
           Region: __KEEP_AWS_REGION__
           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 volume 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
 
     Users:
       NewUsersAreActive: true