fix(replication): replicate delete all versions to targets (#1898)

Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
LeonWang0735
2026-02-21 20:12:05 +08:00
committed by GitHub
parent da63b5e562
commit f31cd4b716
3 changed files with 217 additions and 2 deletions
+1
View File
@@ -1287,6 +1287,7 @@ pub struct DeletedObject {
// to support delete marker replication
pub replication_state: Option<ReplicationState>,
pub found: bool,
pub force_delete: bool,
}
impl DeletedObject {