mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 06:39:25 +00:00
run init
This commit is contained in:
@@ -47,4 +47,4 @@ pub struct Objects {
|
||||
#[async_trait::async_trait]
|
||||
trait DiskAPI: Debug + Send + Sync + 'static {}
|
||||
|
||||
pub trait StorageAPI {}
|
||||
pub trait StorageAPI: Debug + Send + Sync + 'static {}
|
||||
|
||||
Reference in New Issue
Block a user