merge license

This commit is contained in:
weisd
2025-04-08 22:27:39 +08:00
parent d29bfcca9a
commit 5188d00a09
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ pub fn get_global_action_cred() -> Option<Credentials> {
GLOBAL_ACTIVE_CRED.get().cloned()
}
#[instrument]
#[instrument(skip(ecstore))]
pub async fn init_iam_sys(ecstore: Arc<ECStore>) -> Result<()> {
debug!("init iam system");
let s = IamCache::new(ObjectStore::new(ecstore)).await;