From e00f98e87a62339871ee1922a139c86b7ba2a4cb Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sat, 8 Apr 2023 14:14:40 +0530 Subject: [PATCH] set P_S3_PATH_STYLE to true by default Signed-off-by: Nitish Tiwari --- server/src/storage/s3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/storage/s3.rs b/server/src/storage/s3.rs index d36248885..088523283 100644 --- a/server/src/storage/s3.rs +++ b/server/src/storage/s3.rs @@ -105,7 +105,7 @@ pub struct S3Config { long, env = "P_S3_PATH_STYLE", value_name = "bool", - default_value = "false" + default_value = "true" )] pub use_path_style: bool,