Skip to content

Resolve ""This backend doesn't support absolute paths" when uploading certain tracks"

Agate requested to merge 857-s3-absolute-bath into master

Closes #857 (closed)

Quite a simple fix: instead of using the file path to guess the mimetype (when guessing from file content fails), which is unsupported on S3 storages, we use the file name, which works seamlessly!

@funkwhale/reviewers-python

Edited by Agate

Merge request reports