[arvados] created: 2.1.0-2956-g451fd7ecc

git repository hosting git at public.arvados.org
Thu Oct 13 20:38:38 UTC 2022


        at  451fd7eccd17e07555b3544d8ed1dc85f5d67875 (commit)


commit 451fd7eccd17e07555b3544d8ed1dc85f5d67875
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Oct 13 17:37:56 2022 -0300

    19582: Enables the new keepstore S3 driver by default, updates documentation.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index a3717e3c5..40f7034c3 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -29,10 +29,14 @@ TODO: extract this information based on git commit messages and generate changel
 </notextile>
 
 
-h2(#main). development main (as of 2022-09-21)
+h2(#main). development main (as of 2022-10-13)
 
 "previous: Upgrading to 2.4.3":#v2_4_3
 
+h3. New keepstore S3 driver enabled by default
+
+A more actively maintained S3 client library is now enabled by default for keeepstore services. The previous driver is still available for use in case of unknown issues. To use the old driver, set @DriverParameters.UseAWSS3v2Driver@ to @false@ on the appropriate @Volumes@ config entries.
+
 h3. Login-sync script requires configuration update on LoginCluster federations
 
 If you have @arvados-login-sync@ running on a satellite cluster, please update the environment variable settings by removing the @LOGINCLUSTER_ARVADOS_API_*@ variables and setting @ARVADOS_API_TOKEN@ to a LoginCluster's admin token, as described on the "updated install page":{{site.baseurl}}/install/install-shell-server.html#arvados-login-sync.
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 816d0f99e..ca54840fd 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -1495,7 +1495,7 @@ Clusters:
           RaceWindow: 24h
           PrefixLength: 0
           # Use aws-s3-go (v2) instead of goamz
-          UseAWSS3v2Driver: false
+          UseAWSS3v2Driver: true
 
           # For S3 driver, potentially unsafe tuning parameter,
           # intentionally excluded from main documentation.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list