allow passing custom arguments to minio client

This commit is contained in:
Frederik Ring
2021-05-24 20:34:30 +02:00
parent 5978a897ad
commit 5368eb8c5e
3 changed files with 15 additions and 5 deletions

View File

@@ -52,6 +52,14 @@ AWS_S3_BUCKET_NAME="<xxx>"
# Backups can be encrypted using gpg in case a passphrase is given
# GPG_PASSPHRASE="<xxx>"
########### MINIO CLIENT CONFIGURATION
# Pass these additional flags to all MinIO client `mc` invocations.
# This can be used for example to pass `--insecure` when using self
# signed certificates.
# MC_EXTRA_FLAGS="<xxx>"
```
## Example in a docker-compose setup