Asynchronous File Upload to Amazon S3 with Django

后端 未结 7 1180
轻奢々
轻奢々 2021-01-30 04:18

I am using this file storage engine to store files to Amazon S3 when they are uploaded:

http://code.welldev.org/django-storages/wiki/Home

It takes quite a long t

7条回答
  •  难免孤独
    2021-01-30 04:40

    As some of the answers here suggest uploading directly to S3, here's a Django S3 Mixin using plupload: https://github.com/burgalon/plupload-s3mixin

提交回复
热议问题