mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
test(ecstore): guard replication facade boundary (#4035)
This commit is contained in:
@@ -20,6 +20,13 @@ pub(crate) mod contract_compat {
|
||||
pub(crate) use super::{DiskStore, ECStore, Error, GetObjectReader, ObjectInfo, ObjectOptions, PutObjReader, SetDisks};
|
||||
}
|
||||
|
||||
pub(crate) mod replication_compat {
|
||||
pub(crate) use rustfs_ecstore::api::bucket::replication::{
|
||||
BucketStats, DeletedObjectReplicationInfo, DynReplicationPool, ObjectOpts, ReplicationConfigurationExt, ReplicationStats,
|
||||
ResyncStatusType,
|
||||
};
|
||||
}
|
||||
|
||||
pub(crate) mod legacy_bitrot_read {
|
||||
pub(crate) use super::{DiskOption, Endpoint, STORAGE_FORMAT_FILE, create_bitrot_reader, new_disk};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user