mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-08 06:13:14 +00:00
merge main
This commit is contained in:
@@ -73,7 +73,7 @@ async fn make_volume() -> Result<(), Box<dyn Error>> {
|
||||
if response.success {
|
||||
println!("success");
|
||||
} else {
|
||||
println!("failed: {:?}", response.error_info);
|
||||
println!("failed: {:?}", response.error);
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user