mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
improve crate and remove log crate
This commit is contained in:
+1
-1
@@ -1,12 +1,12 @@
|
||||
use common::error::{Error, Result};
|
||||
use ecstore::store::ECStore;
|
||||
use error::Error as IamError;
|
||||
use log::debug;
|
||||
use manager::IamCache;
|
||||
use policy::auth::Credentials;
|
||||
use std::sync::{Arc, OnceLock};
|
||||
use store::object::ObjectStore;
|
||||
use sys::IamSys;
|
||||
use tracing::debug;
|
||||
|
||||
pub mod cache;
|
||||
pub mod error;
|
||||
|
||||
Reference in New Issue
Block a user