mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 17:28:12 +00:00
refactor(ecstore): route replication storage contracts (#4118)
This commit is contained in:
@@ -23,6 +23,7 @@ mod replication_msgp_boundary;
|
||||
mod replication_pool;
|
||||
mod replication_resyncer;
|
||||
mod replication_state;
|
||||
mod replication_storage_boundary;
|
||||
mod replication_tagging_boundary;
|
||||
mod replication_target_boundary;
|
||||
mod replication_versioning_boundary;
|
||||
@@ -34,4 +35,5 @@ pub use datatypes::*;
|
||||
pub use replication_pool::*;
|
||||
pub use replication_resyncer::*;
|
||||
pub use replication_state::{BucketStats, ReplicationStats};
|
||||
pub use replication_storage_boundary::{ReplicationObjectIO, ReplicationStorage};
|
||||
pub use rule::*;
|
||||
|
||||
Reference in New Issue
Block a user