mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +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:
@ -56,7 +56,7 @@ S3 API Limits
|
|||||||
* - Maximum length for object names
|
* - Maximum length for object names
|
||||||
- 1024
|
- 1024
|
||||||
|
|
||||||
* - Maximum length for each ``/`` separated object name segment
|
* - Maximum length for each ``/`` separated segment of an object name
|
||||||
- 255
|
- 255
|
||||||
|
|
||||||
* - Maximum number of object versions for a unique object
|
* - Maximum number of object versions for a unique object
|
||||||
@ -105,9 +105,11 @@ Windows and some other operating systems restrict file systems with certain spec
|
|||||||
|
|
||||||
This list is not exhaustive and may not apply to your operating system and filesystem combination.
|
This list is not exhaustive and may not apply to your operating system and filesystem combination.
|
||||||
|
|
||||||
|
On Unix-like operating systems, objects with a path name of ``.``, ``..``, or ``/`` return an error of ``file access denied``.
|
||||||
|
|
||||||
Consult your operating system vendor or filesystem documentation for a comprehensive list for your situation.
|
Consult your operating system vendor or filesystem documentation for a comprehensive list for your situation.
|
||||||
|
|
||||||
MinIO recommends using LInux operating system with an XFS based filesystem for production workloads.
|
MinIO recommends using a Linux operating system with an XFS based filesystem for production workloads.
|
||||||
|
|
||||||
Conflicting Objects
|
Conflicting Objects
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -136,13 +136,21 @@ Parameters
|
|||||||
Specify a string in ``#d#hh#mm#ss`` format.
|
Specify a string in ``#d#hh#mm#ss`` format.
|
||||||
For example: ``--older-than 1d2hh3mm4ss``
|
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
|
.. mc-cmd:: --older-than
|
||||||
:optional:
|
:optional:
|
||||||
|
|
||||||
Mirror object(s) older than the specified time limit. Specify a
|
Mirror object(s) older than the specified time limit. Specify a
|
||||||
string in ``#d#hh#mm#ss`` format.
|
string in ``#d#hh#mm#ss`` format.
|
||||||
For example: ``--older-than 1d2hh3mm4ss``
|
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).
|
Defaults to ``0`` (all objects).
|
||||||
|
|
||||||
.. mc-cmd:: --path
|
.. mc-cmd:: --path
|
||||||
|
@ -31,11 +31,12 @@ The :mc:`mc support profile` command has the following syntax:
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
mc [GLOBALFLAGS] support profile \
|
mc [GLOBALFLAGS] support profile \
|
||||||
ALIAS \
|
ALIAS \
|
||||||
FILE \
|
FILE \
|
||||||
[--comment] \
|
[--comment "string"] \
|
||||||
[--issue]
|
[--enc] \
|
||||||
|
[--issue integer]
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
@ -55,6 +56,12 @@ Parameters
|
|||||||
|
|
||||||
Include a message to the issue when uploading the file.
|
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
|
.. mc-cmd:: --issue
|
||||||
:optional:
|
:optional:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user