neon-jungle / wagtail-videos

Videos for Wagtail CMS, including transcoding
BSD 3-Clause "New" or "Revised" License
65 stars 57 forks source link

Detect if video files are stores on Django Storages' S3 #107

Closed Timusan closed 9 months ago

Timusan commented 1 year ago

Fixes the issue mentioned in #106.

Transcoding will now check if the file is stored using Django's Boto3 backend. If so it will use its URL instead of its absolute path.

Tied and tested. Not sure if this scales to all possible causes of the NotImplementedError exception though.

seb-b commented 9 months ago

duplicate of #111