refactor(ecstore): move List/Bucket Operations into set_disk::ops (backlog#819) (#4282)

This commit is contained in:
Zhengchao An
2026-07-05 15:53:16 +08:00
committed by GitHub
parent 5f2359de45
commit 1f51d21d33
5 changed files with 304 additions and 272 deletions
+2
View File
@@ -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;