From 14e0a02d65060f17a579edc218f6dc7c33cb20bf Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:52:46 -0500 Subject: [PATCH] Changes for mc RELEASE.2023-12-20T07-14-22Z (#1091) Update one command for mc [RELEASE.2023-12-20T07-14-22Z](https://github.com/minio/mc/releases/tag/RELEASE.2023-12-20T07-14-22Z). - Updates `mc ilm tier add` with new options. Not staged. Does not address any open issues. --- source/reference/minio-mc/mc-ilm-tier-add.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/reference/minio-mc/mc-ilm-tier-add.rst b/source/reference/minio-mc/mc-ilm-tier-add.rst index 6c00bb19..6b1b550e 100644 --- a/source/reference/minio-mc/mc-ilm-tier-add.rst +++ b/source/reference/minio-mc/mc-ilm-tier-add.rst @@ -89,6 +89,8 @@ Syntax [--access-key value^] \ [--secret-key value^] \ [--use-aws-role^] \ + [--aws-role-arn^] \ + [--aws-web-identity-file^] \ [--account-name value^] \ [--account-key value^] \ [--credentials-file value^] \ @@ -296,6 +298,20 @@ The command accepts the following arguments: This option only applies if :mc-cmd:`~mc ilm tier add TIER_TYPE` is ``s3`` or ``minio``. This option has no effect for any other value of ``TIER_TYPE``. +.. mc-cmd:: --aws-role-arn + :optional: + + The AWS S3 role name to use when transitioning objects. + + This option only applies if :mc-cmd:`~mc ilm tier add TIER_TYPE` is ``s3`` **and** the source is a MinIO pod on Amazon EKS. + +.. mc-cmd:: --aws-web-identity-file + :optional: + + Specify the web identity token file to use when transitioning objects. + + This option only applies if :mc-cmd:`~mc ilm tier add TIER_TYPE` is ``s3`` **and** the source is a MinIO pod on Amazon EKS. + Global Flags ~~~~~~~~~~~~