rename MINIO_CACHE_.._MASTER_KEY to MINIO_CACHE_.._SECRET_KEY

fixes #13975
This commit is contained in:
Harshavardhana
2021-12-22 12:10:49 -08:00
committed by Minio Trusted
parent 54ec0a1308
commit 416977436e
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ var (
ErrInvalidCacheEncryptionKey = newErrFn(
"Invalid cache encryption master key value",
"Please check the passed value",
"MINIO_CACHE_ENCRYPTION_MASTER_KEY: For more information, please refer to https://docs.min.io/docs/minio-disk-cache-guide",
"MINIO_CACHE_ENCRYPTION_SECRET_KEY: For more information, please refer to https://docs.min.io/docs/minio-disk-cache-guide",
)
ErrInvalidCacheRange = newErrFn(