开发者

Django Storage Backend for S3

开发者 https://www.devze.com 2023-02-12 11:59 出处:网络
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.git开发者_StackOverflow中文

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.git开发者_StackOverflow中文版hub.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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消