Skip to content

Fix #847: Use ASCII filename before upload to S3 to avoid playback issues

Agate requested to merge 847-ascii-rename-s3 into master

Closes #847 (closed)

Introduce a new slugify dependency to avoid troubles with non latin filenames, cf Mastodon.

This one will translate non-latin characters to something close in latin alphabet, instead of return empty spaces, as our previous implementation did.

Edited by Agate

Merge request reports