mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 22:27:17 +03:00
4815f92fa8
This commit fixes a bug when parsing the env. variable `MINIO_KMS_SECRET_KEY`. Before, the env. variable name - instead of its value - was parsed. This (obviously) did not work properly. This commit fixes this. Signed-off-by: Andreas Auernhammer <aead@mail.de>