1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

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.
This commit is contained in:
Daryl White
2023-12-20 10:52:46 -05:00
committed by GitHub
parent 36a4eff258
commit 14e0a02d65

View File

@ -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
~~~~~~~~~~~~