bradleyg / django-s3direct

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

Sending files using Django Rest Framework #213

Open kszmigiel opened 4 years ago

kszmigiel commented 4 years ago

Hello!

I was thinking, is it possible to use s3direct together with Django Rest Framework to send videos directly to S3 bucket? If yes, any tips?

Thanks in advance, keep up the good work!