Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找与 Amazon S3 一起使用的良好 Django 自定义存储后端。
我一直在谷歌搜索,发现了很多带有代码片段或半生不熟的 gist.github.com 一次性工作的博客文章。但我似乎找不到一个可靠的、经过充分测试的。
是否有广泛接受的标准 Amazon S3 Django 自定义存储后端?对我来说,它使用什么 Python 后端库并不特别重要——即,要么S3.py都可以,要么boto都可以。
S3.py
boto
你检查过django-storages吗?我会倾向于使用 boto 库,因为我对 boto 有很好的经验。