fix(tagging): fix e2e test_object_tagging failure (#1327)

This commit is contained in:
0xdx2
2026-01-01 17:38:37 +08:00
committed by GitHub
parent b8aa8214e2
commit b19e8070a2
3 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ use crate::{
use rustfs_utils::hash::EMPTY_STRING_SHA256_HASH;
pub struct RemoveBucketOptions {
_forced_elete: bool,
_forced_delete: bool,
}
#[derive(Debug)]