mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
fix: remove deprecated MINIO_ACCESS_KEY, MINIO_SECRET_KEY envs (#12173)
This commit is contained in:
@@ -24,8 +24,6 @@ const (
|
||||
|
||||
// Top level common ENVs
|
||||
const (
|
||||
EnvAccessKey = "MINIO_ACCESS_KEY"
|
||||
EnvSecretKey = "MINIO_SECRET_KEY"
|
||||
EnvRootUser = "MINIO_ROOT_USER"
|
||||
EnvRootPassword = "MINIO_ROOT_PASSWORD"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user