mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
Revert "fix: remove deprecated MINIO_ACCESS_KEY, MINIO_SECRET_KEY envs (#12173)"
This reverts commit b0baaeaa3d.
This commit is contained in:
@@ -82,6 +82,8 @@ func TestMain(m *testing.M) {
|
||||
// disable ENVs which interfere with tests.
|
||||
for _, env := range []string{
|
||||
crypto.EnvKMSAutoEncryption,
|
||||
config.EnvAccessKey,
|
||||
config.EnvSecretKey,
|
||||
config.EnvRootUser,
|
||||
config.EnvRootPassword,
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user