mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 22:59:59 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user