mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 19:16:17 +00:00
init:store
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
use anyhow::Error;
|
||||
|
||||
pub trait StorageAPI {
|
||||
async fn put_object(&self, bucket: &str, objcet: &str) -> Result<(), Error>;
|
||||
}
|
||||
Reference in New Issue
Block a user