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

Updates for mc RELEASE.2025-02-04T04-57-50Z (#1427)

- Adds info for using absolute time on some mc find flags
- Adds --enc flag to mc support upload
- Fixes for thresholds page

Closes #1412
This commit is contained in:
Daryl White
2025-02-21 12:15:41 -05:00
committed by GitHub
parent 89bc282e41
commit da87d38137
3 changed files with 25 additions and 8 deletions

View File

@ -136,13 +136,21 @@ Parameters
Specify a string in ``#d#hh#mm#ss`` format.
For example: ``--older-than 1d2hh3mm4ss``
.. versionchanged:: RELEASE.2025-02-04T04-57-50Z
The datetime may also be specified in absolute time of ``YYYY-MM-DD HH:MM:SS TMZ`` format.
For example, ``mc find --newer-than="2025-01-22 09:57:00 CET" minioalias/mybucket``.
.. mc-cmd:: --older-than
:optional:
Mirror object(s) older than the specified time limit. Specify a
string in ``#d#hh#mm#ss`` format.
For example: ``--older-than 1d2hh3mm4ss``
.. versionchanged:: RELEASE.2025-02-04T04-57-50Z
The datetime may also be specified in absolute time of ``YYYY-MM-DD HH:MM:SS TMZ`` format.
For example, ``mc find --newer-than="2025-01-22 09:57:00 CET" minioalias/mybucket``.
Defaults to ``0`` (all objects).
.. mc-cmd:: --path

View File

@ -31,11 +31,12 @@ The :mc:`mc support profile` command has the following syntax:
.. code-block:: shell
mc [GLOBALFLAGS] support profile \
ALIAS \
FILE \
[--comment] \
[--issue]
mc [GLOBALFLAGS] support profile \
ALIAS \
FILE \
[--comment "string"] \
[--enc] \
[--issue integer]
Parameters
~~~~~~~~~~
@ -55,6 +56,12 @@ Parameters
Include a message to the issue when uploading the file.
.. mc-cmd:: --enc
:optional:
Encrypt contents of the upload.
The key used for the encryption is only accessible to MinIO.
.. mc-cmd:: --issue
:optional: