Fix OpenProject S3 download endpoint
This commit is contained in:
parent
35ff6fa84f
commit
68aeabf94c
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user