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