use global options naming to be in line with minio docs

This commit is contained in:
Frederik Ring
2021-05-25 07:35:21 +02:00
parent 5368eb8c5e
commit 1af345061c
3 changed files with 9 additions and 8 deletions

View File

@@ -57,9 +57,10 @@ AWS_S3_BUCKET_NAME="<xxx>"
# Pass these additional flags to all MinIO client `mc` invocations.
# This can be used for example to pass `--insecure` when using self
# signed certificates.
# signed certificates, or passing `--debug` to gain insights on
# unexpected behavior.
# MC_EXTRA_FLAGS="<xxx>"
# MC_GLOBAL_OPTIONS="<xxx>"
```
## Example in a docker-compose setup