1
0
mirror of https://github.com/minio/docs.git synced 2025-08-05 03:41:24 +03:00
Files
docs/source/reference/minio-mc/mc-version-info.rst

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 the alias <mc alias> of a configured MinIO deployment.
  • Replace PATH <mc version info ALIAS> with the bucket on which to retrieve the versioning status.

Behavior

S3 Compatibility