mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
e2fe99d8bc
* refactor(ecstore): add server configuration accessors Phase 4 of global singleton consolidation. Add ECStore accessor methods for server-level configuration globals. New methods: - port() — delegates to global_rustfs_port() - host() — delegates to GLOBAL_RUSTFS_HOST - addr() — delegates to GLOBAL_RUSTFS_ADDR - region() — delegates to get_global_region() - endpoints() — delegates to get_global_endpoints() - server_config() — delegates to get_global_server_config() - storage_class() — delegates to get_global_storage_class() - tier_config_mgr() — delegates to get_global_tier_config_mgr() - notification_system() — delegates to get_global_notification_sys() - bucket_metadata_sys() — delegates to get_global_bucket_metadata_sys() 1160 tests pass, clippy clean, formatting clean. * fix(ecstore): avoid duplicate server accessors