mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 07:06:53 +00:00
remove openssl dep
This commit is contained in:
@@ -65,7 +65,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