fix(replication): persist force-delete handoff state (#5641)

* fix(replication): persist force-delete handoff state

* fix(arch): route force-delete config access through boundary

* style: format force-delete imports

---------

Co-authored-by: Zhengchao An <anzhengchao@gmail.com>
This commit is contained in:
cxymds
2026-08-03 09:44:28 +08:00
committed by GitHub
parent 035ce5d784
commit 380ec74ece
19 changed files with 662 additions and 88 deletions
+3
View File
@@ -213,6 +213,9 @@ pub struct DeletedObject {
pub replication_state: Option<ReplicationState>,
pub found: bool,
pub force_delete: bool,
pub force_delete_id: Option<Uuid>,
pub force_delete_target_arns: Vec<String>,
pub force_delete_generation: Option<i64>,
}
impl DeletedObject {