LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

sudo apt install minio-client
copy
sudo pacman -S minio-client
copy
sudo zypper install minio-client
copy
nix profile install nixpkgs#minio-client
copy

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)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid