phase 17: add s3.region to Trino catalog config for MinIO (fixes AWS SDK region error)
This commit is contained in:
@@ -43,6 +43,7 @@ spec:
|
||||
fs.native-s3.enabled=true
|
||||
s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }}
|
||||
s3.path-style-access=true
|
||||
s3.region=us-east-1
|
||||
s3.aws-access-key=${MINIO_ACCESS_KEY}
|
||||
s3.aws-secret-key=${MINIO_SECRET_KEY}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user