mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-04 15:33:48 +02:00
17 lines
398 B
Markdown
17 lines
398 B
Markdown
# 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`
|