remove support for deprecated MINIO_KMS_MASTER_KEY (#12463)

This commit is contained in:
Harshavardhana
2021-06-08 18:50:14 -07:00
committed by GitHub
parent 6c8be64cdb
commit 66d549c05d
3 changed files with 0 additions and 30 deletions

View File

@@ -41,7 +41,6 @@ const (
EnvUpdate = "MINIO_UPDATE"
EnvKMSMasterKey = "MINIO_KMS_MASTER_KEY" // legacy
EnvKMSSecretKey = "MINIO_KMS_SECRET_KEY"
EnvKESEndpoint = "MINIO_KMS_KES_ENDPOINT"
EnvKESKeyName = "MINIO_KMS_KES_KEY_NAME"