fix: #186 multipart upload version

This commit is contained in:
weisd
2024-12-29 17:15:43 +08:00
parent 83ac391603
commit dfc633dcee
5 changed files with 65 additions and 30 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ impl ECStore {
set_object_layer(ec.clone()).await;
if let Some(dep_id) = deployment_id {
set_global_deployment_id(dep_id).await;
set_global_deployment_id(dep_id);
}
Ok(ec)