phase 17: add s3.region to Trino catalog config for MinIO (fixes AWS SDK region error)

This commit is contained in:
Celes Renata
2026-04-12 08:16:14 -07:00
parent 4f2f113cda
commit 999648d90b
@@ -43,6 +43,7 @@ spec:
fs.native-s3.enabled=true fs.native-s3.enabled=true
s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }} s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }}
s3.path-style-access=true s3.path-style-access=true
s3.region=us-east-1
s3.aws-access-key=${MINIO_ACCESS_KEY} s3.aws-access-key=${MINIO_ACCESS_KEY}
s3.aws-secret-key=${MINIO_SECRET_KEY} s3.aws-secret-key=${MINIO_SECRET_KEY}
EOF EOF