LinuxCommandLibrary

minio-client

manages MinIO and S3 storage

TLDR

Set alias

$ mc alias set [myminio] [https://minio.example.com] [access_key] [secret_key]
copy
List buckets
$ mc ls [myminio]
copy
Copy file
$ mc cp [file.txt] [myminio/bucket/]
copy
Mirror directory
$ mc mirror [local/] [myminio/bucket/]
copy
Remove file
$ mc rm [myminio/bucket/file.txt]
copy
Make bucket
$ mc mb [myminio/newbucket]
copy

SYNOPSIS

mc command [options] [args]

DESCRIPTION

minio-client (mc) manages MinIO and S3 storage. It provides file operations for object storage.
The tool works with MinIO servers and AWS S3. Supports multiple cloud providers.

PARAMETERS

COMMAND

MinIO client command.
alias
Manage server aliases.
ls
List objects.
cp
Copy objects.
mirror
Sync directories.
rm
Remove objects.
--help
Display help information.

CAVEATS

Configure aliases first. S3 compatible. Different from Midnight Commander mc.

HISTORY

MinIO Client was created by MinIO for managing object storage across cloud providers.

SEE ALSO

minio-server(1), aws(1), s3cmd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community