From ba3b7769eed25ac437db7e6c43adc465c8ba78d0 Mon Sep 17 00:00:00 2001 From: Justin Griffin Date: Fri, 8 Mar 2024 11:18:10 -0500 Subject: [PATCH] Doc update for supporting `--endpoint` arg with Azure remote tier (#1146) This is the documentation update associated with PR https://github.com/minio/minio/pull/19188 that adds the support for expressing the `--endpoint` arg for a custom Azure blog storage backend. This is useful for targeting Azure Gov Cloud, which has a different URL. See https://github.com/minio/minio/pull/19188 --- .../object-management/transition-objects-to-azure.rst | 5 +++++ source/reference/minio-mc/mc-ilm-tier-add.rst | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/administration/object-management/transition-objects-to-azure.rst b/source/administration/object-management/transition-objects-to-azure.rst index 9cf14f39..049ca1e8 100644 --- a/source/administration/object-management/transition-objects-to-azure.rst +++ b/source/administration/object-management/transition-objects-to-azure.rst @@ -138,6 +138,7 @@ Use the :mc:`mc ilm tier add` command to add a new remote storage tier: --account-name ACCOUNT \ --account-key KEY \ --bucket CONTAINER \ + --endpoint ENDPOINT \ --prefix PREFIX \ --storage-class STORAGE_CLASS @@ -178,6 +179,10 @@ The example above uses the following arguments: - The name of the container on the :abbr:`Azure (Microsoft Azure)` storage backend to which MinIO transitions objects. + * - :mc-cmd:`ENDPOINT ` + - (Optional) The full URL of the Azure blob storage backend to which MinIO transitions objects. Defaults + to ``https://ACCOUNT.blob.core.windows.net`` if not specified. + * - :mc-cmd:`PREFIX ` - The optional container prefix within which MinIO transitions objects. diff --git a/source/reference/minio-mc/mc-ilm-tier-add.rst b/source/reference/minio-mc/mc-ilm-tier-add.rst index 8c3f6939..92263ac2 100644 --- a/source/reference/minio-mc/mc-ilm-tier-add.rst +++ b/source/reference/minio-mc/mc-ilm-tier-add.rst @@ -176,7 +176,7 @@ The command accepts the following arguments: The URL endpoint for the S3 or MinIO storage. The URL endpoint **must** resolve to the provider specified to :mc-cmd:`~mc ilm tier add TIER_TYPE`. - Required for ``s3`` or ``minio`` tier types. + Required for ``s3`` or ``minio`` tier types, optional for ``azure``. This option has no effect for any other value of ``TIER_TYPE``. .. mc-cmd:: --access-key