forked from Deuxfleurs/garage
Remove useless MC_REGION env variable
This commit is contained in:
parent
b54a938724
commit
a1abed0378
1 changed files with 0 additions and 10 deletions
|
@ -249,16 +249,6 @@ mc alias set \
|
||||||
--api S3v4
|
--api S3v4
|
||||||
```
|
```
|
||||||
|
|
||||||
You must also add an environment variable to your configuration to
|
|
||||||
inform MinIO of our region (`garage` by default, corresponding to the `s3_region` parameter
|
|
||||||
in the configuration file).
|
|
||||||
The best way is to add the following snippet to your `$HOME/.bash_profile`
|
|
||||||
or `$HOME/.bashrc` file:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
export MC_REGION=garage
|
|
||||||
```
|
|
||||||
|
|
||||||
### Use `mc`
|
### Use `mc`
|
||||||
|
|
||||||
You can not list buckets from `mc` currently.
|
You can not list buckets from `mc` currently.
|
||||||
|
|
Loading…
Reference in a new issue