juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
214 stars 71 forks source link

s3 and file size limit #43

Open rizplate opened 6 years ago

rizplate commented 6 years ago
  1. Can this work with s3?

  2. What is the max file size , that can be uploaded with this

  3. Is it compatible with django rest api?