fix: remove deprecated MINIO_ACCESS_KEY, MINIO_SECRET_KEY envs (#12173)

This commit is contained in:
Harshavardhana
2021-04-27 22:41:24 -07:00
committed by GitHub
parent 301669cf7b
commit b0baaeaa3d
8 changed files with 5 additions and 52 deletions

View File

@@ -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"