1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-01 19:14:00 +02:00
tldr/pages/common/mcli.md
iTrooz 26137aae94
Update pages/common/mcli.md
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-06-30 22:28:39 +02:00

398 B

mcli

MinIO Client for object storage and filesystems. May be named mc on some systems. More information: https://minio.github.io/mc/.

  • Add connection to a S3 server:

mcli alias set {{local}} {{http://localhost:9000}} {{access_key}} {{secret_key}}

  • Create a bucket:

mcli mb {{local/bucket_name}}

  • List buckets and their content recursively:

mcli ls {{local}} --recursive