From f7c397c636cb454500b4d030bbb3b32c76a0f9d6 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:57:56 -0400 Subject: [PATCH] Changes for two mc releases (#1296) [`RELEASE.2024-07-31T15-58-33Z`](https://github.com/minio/mc/releases/tag/RELEASE.2024-07-31T15-58-33Z) - adds new flags to `mc idp ldap accesskey list` [`RELEASE.2024-08-13T05-33-17Z`](https://github.com/minio/mc/releases/tag/RELEASE.2024-08-13T05-33-17Z) - adds new flags to `mc stat` - adds new global flag for custom DNS mapping Does not track an outstanding docs issue. --- source/reference/minio-mc.rst | 47 ++++++++++++++----- .../minio-mc/mc-idp-ldap-accesskey-ls.rst | 24 ++++++++-- source/reference/minio-mc/mc-stat.rst | 20 ++++---- 3 files changed, 65 insertions(+), 26 deletions(-) diff --git a/source/reference/minio-mc.rst b/source/reference/minio-mc.rst index b9152203..466a7692 100644 --- a/source/reference/minio-mc.rst +++ b/source/reference/minio-mc.rst @@ -560,6 +560,14 @@ Global Options All :ref:`commands ` support the following global options. You can also define some of these options using :ref:`Environment Variables `. +.. option:: --config-dir + + The path to a ``JSON`` formatted configuration file that + :program:`mc` uses for storing data. See :ref:`mc-configuration` for + more information on how :program:`mc` uses the configuration file. + + Alternatively, set the environment variable :envvar:`MC_CONFIG_DIR`. + .. option:: --debug Enables verbose output to the console. @@ -574,14 +582,6 @@ You can also define some of these options using :ref:`Environment Variables `_ formatted output to the @@ -617,13 +625,26 @@ You can also define some of these options using :ref:`Environment Variables