Django Storage Backend for S3

风格不统一 提交于 2020-01-11 19:56:22

问题


I'm looking for a good Django custom storage backend for use with Amazon S3.

I've been googling around and found a lot of blog posts with code snippets or half-baked gist.github.com one-off jobs. But I can't seem to find a solid, well-tested one.

Is there a widely accepted standard Amazon S3 Django custom storage backend out there? It doesn't particularly matter to me what Python backend library it uses--i.e., either S3.py or boto are fine.


回答1:


Have you checked out django-storages? I would lean towards the boto library as I have had good experiences with boto.



来源:https://stackoverflow.com/questions/5044982/django-storage-backend-for-s3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!