1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 18:35:23 +02:00
This commit is contained in:
iTrooz 2025-07-01 13:04:15 +07:00 committed by GitHub
commit c806f26c7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
pages/common/mcli.md Normal file
View file

@ -0,0 +1,17 @@
# 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`