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
@@ -24,7 +24,7 @@ use serde::{de::DeserializeOwned, Serialize};
use std::{collections::HashMap, sync::Arc};
use tokio::sync::broadcast::{self, Receiver as B_Receiver};
use tokio::sync::mpsc::{self, Sender};
use tracing::{debug, info, warn};
use tracing::{info, warn};
lazy_static! {
pub static ref IAM_CONFIG_PREFIX: String = format!("{}/iam", RUSTFS_CONFIG_PREFIX);