mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 18:35:23 +02:00
Merge 26137aae94
into dd977f9733
This commit is contained in:
commit
c806f26c7a
1 changed files with 17 additions and 0 deletions
17
pages/common/mcli.md
Normal file
17
pages/common/mcli.md
Normal 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`
|
Loading…
Add table
Reference in a new issue