feat(config): refine defaults and improve region handling (#1990)

Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
houseme
2026-02-27 15:02:29 +08:00
committed by GitHub
parent 68cc0a5df7
commit 3433dfa88e
5 changed files with 146 additions and 113 deletions
+2 -2
View File
@@ -150,8 +150,8 @@ pub const DEFAULT_CONSOLE_ADDRESS: &str = concat!(":", DEFAULT_CONSOLE_PORT);
/// Default region for rustfs
/// This is the default region for rustfs.
/// It is used to identify the region of the application.
/// Default value: rustfs-global-0
pub const RUSTFS_REGION: &str = "rustfs-global-0";
/// Default value: us-east-1
pub const RUSTFS_REGION: &str = "us-east-1";
/// Default log filename for rustfs
/// This is the default log filename for rustfs.