Fix OpenProject S3 download endpoint

This commit is contained in:
Marco van Zijl 2026-07-28 22:10:13 +02:00
parent 35ff6fa84f
commit 68aeabf94c

View File

@ -10,7 +10,9 @@ openproject:
auth:
existingSecret: "openproject-s3-mapped"
bucketName: "openproject"
endpoint: "http://rook-ceph-rgw-ceph-objectstore.rook-ceph.svc:80"
# Fog signs attachment URLs against this endpoint, so it must be reachable
# by both the OpenProject pods and external clients.
endpoint: "https://s3.noxxos.nl"
pathStyle: true
region: "us-east-1"