mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 04:16:38 +00:00
fix: #186 multipart upload version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user