feat(config): add automatic bucket creation on startup (Issue #1027) by jackulau · Pull Request #1036 · rustfs/rustfs

This PR implements automatic bucket creation on server startup, addressing Issue #1027. Changes Config: Added --default-buckets CLI argument with RUSTFS_DEFAULT_BUCKETS env var Startup: Buckets ar...