test(ecstore): guard replication facade boundary (#4035)

This commit is contained in:
Zhengchao An
2026-06-29 10:32:09 +08:00
committed by GitHub
parent 319497446b
commit 801838fdbd
4 changed files with 80 additions and 0 deletions
+7
View File
@@ -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};
}