There was an error while loading. Please reload this page.
1 parent e41d215 commit 599dc76Copy full SHA for 599dc76
1 file changed
io-orbit/src/factory.rs
@@ -84,6 +84,7 @@ async fn build_s3_compatible(
84
.with_access_key_id(&s3_cfg.access_key_id)
85
.with_secret_access_key(&s3_cfg.secret_access_key)
86
.with_endpoint(&s3_cfg.endpoint_url)
87
+ .with_allow_http(true)
88
.with_virtual_hosted_style_request(false)
89
.build()
90
.map_err(|e| MegaError::Other(e.to_string()))?;
0 commit comments