minio-mc

MinIO client for object storage operations like ls, cp, and rm

brewmacoslinux
Try with needOr install directly
Source

About

Replacement for ls, cp and other commands for object storage

Commands

mc

Examples

List contents of a MinIO bucket$ mc ls myminio/mybucket
Copy files from local filesystem to MinIO bucket$ mc cp /path/to/file myminio/mybucket/
Mirror/sync local directory to MinIO bucket$ mc mirror /local/path myminio/mybucket --overwrite