mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 17:24:48 +10:00
fix: Speedtest not registering number of bytes read
This commit is contained in:
@@ -55,7 +55,7 @@ impl OperatorBuilder for S3Config {
|
||||
.secret_access_key(&self.secret_key)
|
||||
.region(&self.region)
|
||||
.endpoint(&self.endpoint)
|
||||
.root(self.root.as_ref().map(|s| s.as_str()).unwrap_or("/"))
|
||||
.root(self.root.as_deref().unwrap_or("/"))
|
||||
.bucket(&self.bucket_name)
|
||||
.disable_config_load();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user