diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-02 12:50:11 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-02 12:50:11 +0200 |
commit | a1abed0378f14792bfc45f98a6abcf91b31cc3fe (patch) | |
tree | 6815c7f555c5f9b5bb1486abee85ce224ad796a1 /doc/book/quick-start/_index.md | |
parent | b54a938724e5551f6436f551cafec3d1324a6260 (diff) | |
download | garage-a1abed0378f14792bfc45f98a6abcf91b31cc3fe.tar.gz garage-a1abed0378f14792bfc45f98a6abcf91b31cc3fe.zip |
Remove useless MC_REGION env variabledoc2
Diffstat (limited to 'doc/book/quick-start/_index.md')
-rw-r--r-- | doc/book/quick-start/_index.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index 025747bc..5d7df48e 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -249,16 +249,6 @@ mc alias set \ --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` You can not list buckets from `mc` currently. |