mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
additional feedback for mc stat examples (#1286)
More improvements to `mc stat` examples following https://github.com/minio/docs/pull/1285 Staged: http://192.241.195.202:9000/staging/mc-stat-example-2/linux/reference/minio-mc/mc-stat.html#examples
This commit is contained in:
@ -162,14 +162,15 @@ The output resembles the following:
|
||||
Metadata :
|
||||
Content-Type: text/plain
|
||||
|
||||
You can also specify more than one object:
|
||||
You can specify more than one object by adding multiple paths:
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc stat myminio/mybucket/file1.txt play/yourbucket/file2.txt
|
||||
mc stat myminio/mybucket/file1.txt myminio/yourbucket/file2.txt
|
||||
|
||||
To display detail for all objects in a bucket, use :mc-cmd:`~mc stat --recursive`:
|
||||
To display detail for all objects in a bucket, use :mc-cmd:`~mc stat --recursive`.
|
||||
The following example displays details for all objects in bucket ``mybucket``:
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
Reference in New Issue
Block a user