refactor(config): remove legacy accessor re-export (#3362)

This commit is contained in:
安正超
2026-06-11 19:32:57 +08:00
committed by GitHub
parent 2e3c777307
commit a0b6636b61
4 changed files with 41 additions and 55 deletions
@@ -30,12 +30,6 @@ for later deletion.
- Why: old `StorageAPI::new_ns_lock` callers must keep compiling while namespace-lock-only consumers migrate to NamespaceLocking.
- Removal condition: remove after all namespace-lock-only consumers depend on NamespaceLocking and StorageAPI no longer owns namespace lock capability.
- Status: planned cleanup.
- `RUSTFS_COMPAT_TODO(CFG-008)`
- Task: `CFG-008`
- File: `crates/ecstore/src/config/mod.rs`
- Why: old `rustfs_ecstore::config` global server-config accessor paths must keep compiling while runtime consumers migrate.
- Removal condition: remove after all consumers import global server-config accessors from `rustfs_config::server_config`.
- Status: planned cleanup.
## Review Checklist