mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-04 19:25:40 +00:00
init group
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ pub trait Store: Clone + Send + Sync + 'static {
|
||||
async fn load_all(&self, cache: &Cache) -> crate::Result<()>;
|
||||
|
||||
fn get_default_policyes() -> HashMap<String, PolicyDoc> {
|
||||
DEFAULT_POLICIES
|
||||
let default_policies = DEFAULT_POLICIES;
|
||||
default_policies
|
||||
.iter()
|
||||
.map(|(n, p)| {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user