diff --git a/object_store/src/aws/client.rs b/object_store/src/aws/client.rs index d8ab3bba8f2..f800fec3dc5 100644 --- a/object_store/src/aws/client.rs +++ b/object_store/src/aws/client.rs @@ -411,7 +411,7 @@ impl S3Client { pub async fn create_multipart(&self, location: &Path) -> Result { let credential = self.get_credential().await?; let url = format!( - "{}/{}/{}?uploads", + "{}/{}/{}?uploads=", self.config.endpoint, self.config.bucket, encode_path(location)