mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
test(iam): add policy_is_allowed
This commit is contained in:
+3
-3
@@ -4,8 +4,8 @@ mod effect;
|
||||
mod function;
|
||||
mod id;
|
||||
mod policy;
|
||||
mod resource;
|
||||
mod statement;
|
||||
pub mod resource;
|
||||
pub mod statement;
|
||||
pub(crate) mod utils;
|
||||
|
||||
use action::Action;
|
||||
@@ -17,7 +17,7 @@ pub use id::ID;
|
||||
pub use policy::{default::DEFAULT_POLICIES, Policy};
|
||||
pub use resource::ResourceSet;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::{to_string, Value};
|
||||
use serde_json::Value;
|
||||
pub use statement::Statement;
|
||||
use std::collections::HashMap;
|
||||
use time::OffsetDateTime;
|
||||
|
||||
Reference in New Issue
Block a user