mirror of
https://github.com/minio/mc.git
synced 2025-11-14 23:42:27 +03:00
18 lines
310 B
Markdown
18 lines
310 B
Markdown
#### config
|
|
|
|
```go
|
|
NAME:
|
|
mc config - Generate configuration "${HOME}/.mc/config.json" file.
|
|
|
|
USAGE:
|
|
mc config generate
|
|
mc config alias NAME HOSTURL
|
|
|
|
EXAMPLES:
|
|
1. Generate mc config
|
|
$ mc config generate
|
|
|
|
2. Add alias URLs
|
|
$ mc config alias zek https://s3.amazonaws.com/
|
|
```
|