1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Fixed MINIO_ROOT_PASSWORD to be secret key (#812)

I’ve fixed a little typo that could save some minutes to users:

The MINIO_ROOT_PASSWORD is the secret key, not the access key.
This commit is contained in:
Vincent Composieux
2023-04-14 00:25:14 +02:00
committed by GitHub
parent 2d900caa0f
commit 2ea1b14032

View File

@ -240,7 +240,7 @@ Root Credentials
.. envvar:: MINIO_ROOT_PASSWORD
The access key for the :ref:`root <minio-users-root>` user.
The secret key for the :ref:`root <minio-users-root>` user.
.. warning::