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
|
||||
- 1024
|
||||
|
||||
* - Maximum length for each ``/`` separated object name segment
|
||||
* - Maximum length for each ``/`` separated segment of an object name
|
||||
- 255
|
||||
|
||||
* - 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.
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -136,6 +136,10 @@ 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:
|
||||
|
||||
@ -143,6 +147,10 @@ Parameters
|
||||
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
|
||||
|
@ -34,8 +34,9 @@ The :mc:`mc support profile` command has the following syntax:
|
||||
mc [GLOBALFLAGS] support profile \
|
||||
ALIAS \
|
||||
FILE \
|
||||
[--comment] \
|
||||
[--issue]
|
||||
[--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:
|
||||
|
||||
|
Reference in New Issue
Block a user