Skip to content

Commit 7f52b5b

Browse files
authored
set P_S3_PATH_STYLE to true by default (#361)
Signed-off-by: Nitish Tiwari <[email protected]>
1 parent 8ccc2ee commit 7f52b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/storage/s3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub struct S3Config {
105105
long,
106106
env = "P_S3_PATH_STYLE",
107107
value_name = "bool",
108-
default_value = "false"
108+
default_value = "true"
109109
)]
110110
pub use_path_style: bool,
111111

0 commit comments

Comments
 (0)