mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 23:26:53 +00:00
refactor: remove ecstore operation compat facades (#3608)
This commit is contained in:
@@ -18,7 +18,7 @@ use rustfs_ecstore::{config, global};
|
||||
|
||||
use crate::event::NotifyObjectInfo;
|
||||
|
||||
type EcstoreObjectInfo = rustfs_ecstore::store_api::ObjectInfo;
|
||||
type EcstoreObjectInfo = rustfs_ecstore::object_api::ObjectInfo;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) enum NotifyConfigStoreError {
|
||||
|
||||
Reference in New Issue
Block a user