Skip to content

Commit a44ed43

Browse files
authored
Force path style (#295)
1 parent aea4b64 commit a44ed43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/storage/s3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ impl ObjectStorageProvider for S3Config {
137137
let config = aws_sdk_s3::Config::builder()
138138
.region(region)
139139
.endpoint_url(uri)
140+
.force_path_style(true)
140141
.credentials_provider(creds)
141142
.retry_config(RetryConfig::standard().with_max_attempts(5))
142143
.sleep_impl(default_async_sleep().expect("sleep impl is provided for tokio rt"))

0 commit comments

Comments
 (0)