fix(ecstore): prevent recursive delete after empty bucket scan (#5453)

This commit is contained in:
Zhengchao An
2026-07-30 05:06:28 +08:00
committed by GitHub
parent 0247c48ce0
commit 2ed28f9c5f
9 changed files with 1118 additions and 31 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ pub struct DeleteBucketOptions {
pub no_recreate: bool,
/// Force deletion even if bucket is not empty.
pub force: bool,
/// Force deletion only after the local peer verifies the bucket is empty.
/// Delete empty directory remnants after the local peer verifies no object metadata exists.
pub force_if_empty: bool,
/// Site replication delete operation.
pub srdelete_op: SRBucketDeleteOp,