mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-01 19:14:00 +02:00
398 B
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