1
0
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:
Andrea Longo
2024-07-26 16:31:02 -06:00
committed by GitHub
parent daa7f32d59
commit 63e44aff1c

View File

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