mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 02:56:18 +00:00
feat: add ImportIam handle
This commit is contained in:
@@ -445,6 +445,7 @@ impl Store for ObjectStore {
|
||||
UserType::Reg => IAM_CONFIG_USERS_PREFIX.as_str(),
|
||||
UserType::Svc => IAM_CONFIG_SERVICE_ACCOUNTS_PREFIX.as_str(),
|
||||
UserType::Sts => IAM_CONFIG_STS_PREFIX.as_str(),
|
||||
UserType::None => "",
|
||||
};
|
||||
|
||||
let (ctx_tx, ctx_rx) = broadcast::channel(1);
|
||||
|
||||
Reference in New Issue
Block a user