From 999648d90b3b8d29872b1408a696ef163f14565b Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sun, 12 Apr 2026 08:16:14 -0700 Subject: [PATCH] phase 17: add s3.region to Trino catalog config for MinIO (fixes AWS SDK region error) --- infra/helm/stonks-oracle/templates/trino.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/helm/stonks-oracle/templates/trino.yaml b/infra/helm/stonks-oracle/templates/trino.yaml index 656f49d..f4c7f21 100644 --- a/infra/helm/stonks-oracle/templates/trino.yaml +++ b/infra/helm/stonks-oracle/templates/trino.yaml @@ -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