rename ecstore

This commit is contained in:
weisd
2024-06-25 15:45:21 +08:00
parent 7634eea4a2
commit 0a9f06096b
19 changed files with 2844 additions and 57 deletions
+9
View File
@@ -0,0 +1,9 @@
mod disks_layout;
mod ellipses;
mod endpoint;
mod erasure;
mod error;
pub mod s3;
pub mod store;
mod stream;
mod utils;