mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
test(ecstore): route transition matrix imports
Co-Authored-By: heihutu <heihutu@gmail.com>
This commit is contained in:
@@ -12,10 +12,12 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
use rustfs_ecstore::api::bucket::lifecycle::bucket_lifecycle_ops::{
|
mod storage_api;
|
||||||
ManualTransitionQueueSnapshot, ManualTransitionRunOptions, ManualTransitionRunReport,
|
|
||||||
|
use storage_api::manual_transition::{
|
||||||
|
ManualTransitionJobRecord, ManualTransitionJobState, ManualTransitionQueueSnapshot, ManualTransitionRunOptions,
|
||||||
|
ManualTransitionRunReport,
|
||||||
};
|
};
|
||||||
use rustfs_ecstore::api::bucket::lifecycle::manual_transition_job::{ManualTransitionJobRecord, ManualTransitionJobState};
|
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
@@ -20,6 +20,15 @@ pub(crate) mod contract_compat {
|
|||||||
pub(crate) use super::{DiskStore, ECStore, Error, GetObjectReader, ObjectInfo, ObjectOptions, PutObjReader, SetDisks};
|
pub(crate) use super::{DiskStore, ECStore, Error, GetObjectReader, ObjectInfo, ObjectOptions, PutObjReader, SetDisks};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub(crate) mod manual_transition {
|
||||||
|
pub(crate) use rustfs_ecstore::api::bucket::lifecycle::bucket_lifecycle_ops::{
|
||||||
|
ManualTransitionQueueSnapshot, ManualTransitionRunOptions, ManualTransitionRunReport,
|
||||||
|
};
|
||||||
|
pub(crate) use rustfs_ecstore::api::bucket::lifecycle::manual_transition_job::{
|
||||||
|
ManualTransitionJobRecord, ManualTransitionJobState,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
pub(crate) mod replication_compat {
|
pub(crate) mod replication_compat {
|
||||||
pub(crate) use rustfs_ecstore::api::bucket::replication::{
|
pub(crate) use rustfs_ecstore::api::bucket::replication::{
|
||||||
BucketStats, DeletedObjectReplicationInfo, DynReplicationPool, ObjectOpts, REPLICATE_INCOMING_DELETE, ReplicateDecision,
|
BucketStats, DeletedObjectReplicationInfo, DynReplicationPool, ObjectOpts, REPLICATE_INCOMING_DELETE, ReplicateDecision,
|
||||||
|
|||||||
Reference in New Issue
Block a user