Merge branch 'erasure' of github.com:rustfs/s3-rustfs into erasure

This commit is contained in:
weisd
2024-07-03 11:45:40 +08:00
5 changed files with 627 additions and 254 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pub struct ECStore {
impl ECStore {
pub async fn new(address: String, endpoints: Vec<String>) -> Result<Self> {
let layouts = DisksLayout::new(&endpoints)?;
let layouts = DisksLayout::try_from(endpoints.as_slice())?;
let mut deployment_id = None;