mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
fix(ecstore): reject incomplete listing usage refreshes (#4698)
Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
This commit is contained in:
@@ -21,6 +21,12 @@ pub(crate) mod heal {
|
||||
pub(crate) use rustfs_storage_api::HealOperations;
|
||||
}
|
||||
|
||||
pub(crate) mod internode {
|
||||
pub(crate) use rustfs_storage_api::{
|
||||
WALK_DIR_BODY_SHA256_QUERY, WALK_DIR_STREAM_COMPLETION_QUERY, WALK_DIR_STREAM_COMPLETION_V1,
|
||||
};
|
||||
}
|
||||
|
||||
pub(crate) mod lifecycle {
|
||||
pub use rustfs_storage_api::{ExpirationOptions, TransitionedObject};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user