S3 的 Django 存储后端
我正在寻找一个好的 Django 自定义存储后端以与 Amazon S3 一起使用。
我一直在谷歌上搜索,发现了很多带有代码片段或半生不熟的 gist.github.com 一次性工作的博客文章。但我似乎找不到一个可靠的、经过充分测试的。
是否有广泛接受的标准 Amazon S3 Django 自定义存储后端?对我来说,它使用什么 Python 后端库并不特别重要——即,S3.py
或 boto
都可以。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您检查过 django-storages 吗?我会倾向于 boto 库,因为我在 boto 方面有很好的经验。
Have you checked out django-storages? I would lean towards the boto library as I have had good experiences with boto.