mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 23:56:53 +00:00
todo:Error
This commit is contained in:
+1
-7
@@ -139,13 +139,7 @@ impl StorageAPI for Sets {
|
||||
|
||||
let erasure = Erasure::new(fi.erasure.data_blocks, fi.erasure.parity_blocks);
|
||||
|
||||
// erasure.encode(
|
||||
// data.stream,
|
||||
// &mut writers,
|
||||
// fi.erasure.block_size,
|
||||
// data.content_length,
|
||||
// write_quorum,
|
||||
// );
|
||||
erasure.encode(data.stream, &mut writers, fi.erasure.block_size, data.content_length, write_quorum);
|
||||
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user