diff --git a/source/administration/batch-framework.rst b/source/administration/batch-framework.rst index d214a8da..decdd403 100644 --- a/source/administration/batch-framework.rst +++ b/source/administration/batch-framework.rst @@ -76,6 +76,10 @@ The :mc:`mc batch` commands include - .. include:: /reference/minio-mc/mc-batch-describe.rst :start-after: start-mc-batch-describe-desc :end-before: end-mc-batch-describe-desc + * - :mc:`mc batch cancel` + - .. include:: /reference/minio-mc/mc-batch-cancel.rst + :start-after: start-mc-batch-cancel-desc + :end-before: end-mc-batch-cancel-desc .. _minio-batch-framework-access: diff --git a/source/reference/minio-mc.rst b/source/reference/minio-mc.rst index c9ec01ce..309d94e6 100644 --- a/source/reference/minio-mc.rst +++ b/source/reference/minio-mc.rst @@ -109,7 +109,7 @@ Each of the following tabs contains a provider-specific example: .. code-block:: shell :class: copyable - mc alias set myS3 https://s3.amazon.com/endpoint ACCESS_KEY SECRET_KEY + mc alias set myS3 https://s3.{your-region-code}.amazonaws.com/endpoint ACCESS_KEY SECRET_KEY .. tab-item:: Google Cloud Storage diff --git a/source/reference/minio-mc/mc-batch-generate.rst b/source/reference/minio-mc/mc-batch-generate.rst index fd9e4273..13dce9ef 100644 --- a/source/reference/minio-mc/mc-batch-generate.rst +++ b/source/reference/minio-mc/mc-batch-generate.rst @@ -169,7 +169,7 @@ See :ref:`minio-batch-framework-keyrotate-job-ref` for more complete documentati You can use the following example configuration as a starting point for building your own custom expiration batch job: -.. literalinclude:: /includes/code/keyrotate.yaml +.. literalinclude:: /includes/code/expire.yaml :language: yaml See :ref:`minio-batch-framework-expire-job-ref` for more complete documentation on each key. \ No newline at end of file diff --git a/source/reference/minio-mc/mc-license.rst b/source/reference/minio-mc/mc-license.rst index af3778a4..62ac8738 100644 --- a/source/reference/minio-mc/mc-license.rst +++ b/source/reference/minio-mc/mc-license.rst @@ -17,7 +17,7 @@ Description .. start-mc-license-desc The :mc:`mc license` commands work with cluster registration for |SUBNET|. -Use the commands to register a deployment, unregister a deployment, display information about the cluster's current license, or update the license key for a cluster. +Use the commands to register a deployment, display information about the cluster's current license, or update the license key for a cluster. .. end-mc-license-desc diff --git a/source/reference/minio-server/settings/root-credentials.rst b/source/reference/minio-server/settings/root-credentials.rst index cd29dbee..9166cc0e 100644 --- a/source/reference/minio-server/settings/root-credentials.rst +++ b/source/reference/minio-server/settings/root-credentials.rst @@ -13,6 +13,8 @@ Root Access Settings This page covers settings that control root (superuser) access for the MinIO process. The root user has complete access and permissions to perform operations on the MinIO deployment. +Root User and Root Password are required even if you use the :kes-docs:`MinIO Key Encryption Service <>` or other key management utility. + .. include:: /includes/common-mc-admin-config.rst :start-after: start-minio-settings-defined :end-before: end-minio-settings-defined @@ -94,6 +96,10 @@ Specify ``on`` to enable and ``off`` to disable the :ref:`root