alican / django-tus

Django app implementing server side of tus protocol to powering resumable file uploads for django projects. More Info about: http://tus.io/
MIT License
48 stars 30 forks source link

Django-Storage integration #13

Open alican opened 3 years ago

alican commented 3 years ago

I'm planing a Django-Storage integration. The uploaded file can than moved to other location, like a S3 server or other storages that are supported via django-storage