Add prepend ENV to s3 env vars
This commit is contained in:
parent
5d713aaf60
commit
3fa10d5048
1 changed files with 3 additions and 3 deletions
|
@ -312,9 +312,9 @@ catalogs:
|
|||
fs.native-s3.enabled=true
|
||||
hive.metastore: file
|
||||
hive.metastore.catalog.dir: s3a://delta-lake-test/
|
||||
s3.aws-access-key=${MINIO_ACCESS_KEY}
|
||||
s3.aws-secret-key=${MINIO_SECRET_KEY}
|
||||
s3.endpoint=${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
|
||||
|
|
Loading…
Add table
Reference in a new issue