Good day all,
I've got a Funkwhale instance all set up and working with an S3-compatable storage service. Currently, media requests from the clients are sent directly to the S3 URL, but I'd like these requests proxied through the Funkwhale instance, which seems to be the point of the PROXY_MEDIA environment variable. But setting it to 1
(or removing it and AWS_QUERYSTRING_AUTH
entirely) doesn't prevent media requests from the client going directly to the S3 provider. I don't see this stored in the database anywhere, but even in the django database interface, attachment URLs are linked as https://<S3 host>/funkwhale/attachment/...
Funkwhale version: 1.4.0, manual install following Debian instructions.