Fix OpenProject S3 download endpoint
This commit is contained in:
parent
35ff6fa84f
commit
68aeabf94c
@ -10,7 +10,9 @@ openproject:
|
|||||||
auth:
|
auth:
|
||||||
existingSecret: "openproject-s3-mapped"
|
existingSecret: "openproject-s3-mapped"
|
||||||
bucketName: "openproject"
|
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
|
pathStyle: true
|
||||||
region: "us-east-1"
|
region: "us-east-1"
|
||||||
|
|
||||||
@ -581,4 +583,4 @@ extraObjects:
|
|||||||
def days_left
|
def days_left
|
||||||
69
|
69
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user