Add env in config for s3
This commit is contained in:
parent
792e9429c3
commit
dc96327f2f
1 changed files with 4 additions and 3 deletions
|
@ -312,10 +312,11 @@ catalogs:
|
|||
fs.native-s3.enabled=true
|
||||
hive.metastore: file
|
||||
hive.metastore.catalog.dir: s3a://delta-lake-test/
|
||||
s3.aws-access-key={{ .Values.MINIO_ACCESS_KEY }}
|
||||
s3.aws-secret-key={{ .Values.MINIO_SECRET_KEY }}
|
||||
s3.endpoint={{ .Values.MINIO_ENDPOINT_URL }}
|
||||
s3.aws-access-key={{ENV:MINIO_ACCESS_KEY }}
|
||||
s3.aws-secret-key={{ENV:MINIO_SECRET_KEY }}
|
||||
s3.endpoint={{ENV:MINIO_ENDPOINT_URL }}
|
||||
s3.path-style-access=true
|
||||
|
||||
# catalogs -- Configure
|
||||
# [catalogs](https://trino.io/docs/current/installation/deployment.html#catalog-properties).
|
||||
# @raw
|
||||
|
|
Loading…
Add table
Reference in a new issue