Asynchronous File Upload to Amazon S3 with Django

后端 未结 7 1175
轻奢々
轻奢々 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 05:03

    You can directly upload media to the s3 server without using your web application server.

    See the following references:

    Amazon API Reference : http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?UsingHTTPPOST.html

    A django implementation : https://github.com/sbc/django-uploadify-s3

    0 讨论(0)
提交回复
热议问题