[self hosting] Allow configuring the presigned URL #4936
mio-moto
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having a not-so-terrible setup, where hosting services behind a compounding domain works mostly!
The
museum
service uses thes3.b2-eu-con.endpoint
URL for presigning, which is slightly incompatible with portable reverse proxy configurations.For example, a nginx configuration:
with a
museum.yaml
:creates a problem, that the pre-signed URLs are signed with
https://ente.domain.tld/minio
, the bucket however only gets aGET /b2-eu-cen/[...]
, therefore mismatching the pre-signing URLs.As far as I'm aware, minio cannot be reconfigured to accept URL roots in such a way, that it would accept another root.
It would be nice to have a
s3.b2-eu-cen.presign_url
in place, so you would be able to presign the request withhttps://ente.domain.tld/
, and reverse proxy like it's show above.(Additionally it would save my system at least one roundtrip in a combined docker compose setup through the domain.)
Beta Was this translation helpful? Give feedback.
All reactions