mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 05:06:28 +00:00
Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics
# Conflicts: # Cargo.toml # iam/src/manager.rs # iam/src/store/object.rs # rustfs/src/admin/handlers/sts.rs # rustfs/src/main.rs # rustfs/src/storage/ecfs.rs
This commit is contained in:
@@ -135,7 +135,7 @@ impl ObjectStore {
|
||||
async fn list_iam_config_items(&self, prefix: &str, ctx_rx: B_Receiver<bool>, sender: Sender<StringOrErr>) {
|
||||
// debug!("list iam config items, prefix: {}", &prefix);
|
||||
|
||||
// todo, 实现 walk,使用 walk
|
||||
// TODO: Implement walk, use walk
|
||||
|
||||
// let prefix = format!("{}{}", prefix, item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user