1
0
mirror of https://github.com/minio/docs.git synced 2025-04-30 20:44:55 +03:00
docs/source/includes/common-minio-mc.rst

1.2 KiB

This command supports any of the global flags <minio-mc-global-options>.

--JSON

Enables JSON lines formatted output to the console.

For example:

mc --JSON COMMAND

This command supports only global flags

The mc commandline tool is built for compatibility with the AWS S3 API and is tested MinIO and AWS S3 for expected functionality and behavior.

MinIO provides no guarantees for other S3-compatible services, as their S3 API implementation is unknown and therefore unsupported. While mc commands may work as documented, any such usage is at your own risk.

  • Brackets [] indicate optional parameters.
  • Parameters sharing a line are mutually dependent.
  • Parameters seperated using the pipe | operator are mutually exclusive.

Copy the example to a text editor and modify as-needed before running the command in the terminal/shell.