mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-31 02:22:13 +00:00
25170943ce
fix(ecstore): improve expect() messages in admin_server_info Replace unwrap() with expect() for better error diagnostics in admin_server_info.rs: - URL host/port access now has descriptive messages - HashMap get_mut calls now have descriptive messages Refs https://github.com/rustfs/backlog/issues/729