mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
Addresses potential confusion about required/optional and the several mutually exclusive options. Staged: http://192.241.195.202:9000/staging/DOCS-918/linux/html/reference/minio-mc/mc-version.html http://192.241.195.202:9000/staging/DOCS-918/linux/html/reference/minio-mc/mc-version-enable.html http://192.241.195.202:9000/staging/DOCS-918/linux/html/reference/minio-mc/mc-version-info.html http://192.241.195.202:9000/staging/DOCS-918/linux/html/reference/minio-mc/mc-version-suspend.html Fixes https://github.com/minio/docs/issues/918 --------- Co-authored-by: Ravind Kumar <ravind@min.io>
1.9 KiB
1.9 KiB
mc version info
minio
Table of Contents
mc version info
Syntax
The mc version info
command returns the versioning status for the specified bucket.
EXAMPLE
The following command returns the versioning status for the
mybucket
bucket on the myminio
MinIO
deployment:
mc version info myminio/mybucket
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] version info ALIAS
Parameters
ALIAS
The full path to the bucket on which to retrieve the versioning status. For example:
mc version info myminio/mybucket
Global Flags
Example
Get Bucket Versioning Status
Use mc version info
to retrieve the versioning status for a bucket:
mc version info ALIAS/PATH
- Replace
ALIAS <mc version info ALIAS>
with thealias <mc alias>
of a configured MinIO deployment. - Replace
PATH <mc version info ALIAS>
with the bucket on which to retrieve the versioning status.