mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
- Added a new KMS configuration subsystem to support dynamic KMS settings. - Introduced a global ConfigManager for managing KMS and general configurations. - Implemented KMS configuration validation and connection testing. - Created REST API endpoints for retrieving and updating KMS configurations. - Enhanced the existing configuration handling to include KMS-specific parameters. - Updated the Cargo.toml to include the new KMS feature. - Added comprehensive tests for KMS configuration management and validation.