todo:list_object

This commit is contained in:
weisd
2024-07-26 17:29:50 +08:00
parent d378753f7c
commit 5d3cc2146b
7 changed files with 76 additions and 16 deletions
+4
View File
@@ -29,6 +29,10 @@ pub struct Erasure {
impl Erasure {
pub fn new(data_shards: usize, parity_shards: usize, block_size: usize) -> Self {
warn!(
"Erasure new data_shards {},parity_shards {} block_size {} ",
data_shards, parity_shards, block_size
);
Erasure {
data_shards,
parity_shards,