mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-04 11:15:39 +00:00
feat(s3): advance parity coverage (#2278)
This commit is contained in:
@@ -701,6 +701,11 @@ impl ObjectIO for SetDisks {
|
||||
}
|
||||
|
||||
let mut user_defined = opts.user_defined.clone();
|
||||
if let Some(eval_metadata) = &opts.eval_metadata {
|
||||
for (key, value) in eval_metadata {
|
||||
user_defined.insert(key.clone(), value.clone());
|
||||
}
|
||||
}
|
||||
|
||||
let sc_parity_drives = {
|
||||
if let Some(sc) = GLOBAL_STORAGE_CLASS.get() {
|
||||
|
||||
Reference in New Issue
Block a user