refactor(replication): move object config bridge (#4188)

* refactor(replication): move object config bridge

* refactor(replication): centralize log constants
This commit is contained in:
Zhengchao An
2026-07-02 16:32:02 +08:00
committed by GitHub
parent 3533080d4a
commit f0adabbe90
8 changed files with 405 additions and 307 deletions
@@ -15,8 +15,8 @@
use std::{collections::HashMap, sync::Arc};
use super::replication_filemeta_boundary::{ReplicateDecision, ReplicationStatusType, ReplicationType};
use super::replication_object_config::{check_replicate_delete, get_must_replicate_options, must_replicate};
use super::replication_pool::{schedule_replication, schedule_replication_delete};
use super::replication_resyncer::{check_replicate_delete, get_must_replicate_options, must_replicate};
use super::replication_storage_boundary::{ObjectInfo, ObjectOptions, ObjectToDelete, ReplicationStorage};
use rustfs_replication::{DeletedObjectReplicationInfo, MustReplicateOptions};