bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
658 stars 234 forks source link

unable to upload MIME type "text/vtt" ! #155

Closed Prithvi45 closed 5 years ago

bradleyg commented 5 years ago

Uploading text/vtt should be fine, you just need to ensure you "allowed" param in the s3 direct destination config allows it.