Comment out s3.ssl.enabled
This commit is contained in:
parent
f468096595
commit
95ed9e6519
1 changed files with 2 additions and 1 deletions
|
@ -38,4 +38,5 @@ additionalCatalogs:
|
||||||
s3.aws-secret-key="${MINIO_SECRET_KEY}"
|
s3.aws-secret-key="${MINIO_SECRET_KEY}"
|
||||||
s3.endpoint="${MINIO_ENDPOINT_URL}"
|
s3.endpoint="${MINIO_ENDPOINT_URL}"
|
||||||
s3.path-style-access=true
|
s3.path-style-access=true
|
||||||
s3.ssl.enabled: false
|
|
||||||
|
#s3.ssl.enabled: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue