mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
refactor(ecstore): move List/Bucket Operations into set_disk::ops (backlog#819) (#4282)
This commit is contained in:
@@ -17,5 +17,7 @@
|
||||
//! borrows shared state through [`super::ctx::SetDisksCtx`]; the storage-api
|
||||
//! contract impls stay `for SetDisks`, so contract bounds are unchanged.
|
||||
|
||||
pub(crate) mod bucket;
|
||||
pub(crate) mod heal;
|
||||
pub(crate) mod list;
|
||||
pub(crate) mod multipart;
|
||||
|
||||
Reference in New Issue
Block a user