From a7743ad09468560ac7093f12b8af606205ff9754 Mon Sep 17 00:00:00 2001 From: Hechmi Dammak Date: Wed, 29 Nov 2023 10:50:41 +0100 Subject: [PATCH] DOCKER-442 enable path style access by default for solr backup --- xenit/solr6/local/solr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenit/solr6/local/solr.xml b/xenit/solr6/local/solr.xml index a0ff544..fa0574c 100644 --- a/xenit/solr6/local/solr.xml +++ b/xenit/solr6/local/solr.xml @@ -10,7 +10,7 @@ ${S3_SECRET_KEY:} ${S3_PROXY_HOST:} ${S3_PROXY_PORT:0} - ${S3_PATH_STYLE_ACCESS_ENABLED:false} + ${S3_PATH_STYLE_ACCESS_ENABLED:true}