Skip to content

Standardize base url for uploads

feld requested to merge fix/backup-url-on-s3 into develop

#2402 (closed)

We don't seem to have a standard way to retrieve the base url for uploads and it turns out we support multiple conflicting ways to set a base url via Pleroma.Upload, :base_url and Pleroma.Uploaders.S3, :public_endpoint.

I think completely removing Pleroma.Uploaders.S3, :public_endpoint should be done in a separate MR.

Edited by feld

Merge request reports