S3 的 Django 存储后端

发布于 2024-10-18 08:38:29 字数 253 浏览 1 评论 0原文

我正在寻找一个好的 Django 自定义存储后端以与 Amazon S3 一起使用。

我一直在谷歌上搜索,发现了很多带有代码片段或半生不熟的 gist.github.com 一次性工作的博客文章。但我似乎找不到一个可靠的、经过充分测试的。

是否有广泛接受的标准 Amazon S3 Django 自定义存储后端?对我来说,它使用什么 Python 后端库并不特别重要——即,S3.pyboto 都可以。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许仙没带伞 2024-10-25 08:38:29

您检查过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文