MinIO 的单节点本地 S3 替代方案
Alternatives to MinIO for single-node local S3

原始链接: https://rmoff.net/2026/01/14/alternatives-to-minio-for-single-node-local-s3/

2025 年末,MinIO 背后的公司决定放弃该项目,以追求其他商业利益。这不仅惹恼了许多用户,还让许多依赖 MinIO 在本地模拟 S3 存储的软件演示陷入了困境,更不用说那些利用它来验证 S3 兼容性的构建流水线了。在这篇博客中,我将探讨一些 MinIO 的替代方案。虽然 MinIO 的功能远不止是构建演示时用于模拟 S3 的工具,但我这里的重点将放在如何寻找最简单的替代品上。实际上,这意味着我不会去关注多节点部署、分布式存储、生产环境支持成本、图形界面功能等。换句话说,这篇博客并非针对那些在生产环境中使用 MinIO 作为自托管 S3 存储的用户。当然,如果你有相关的补充建议,欢迎在下方留言。

Hacker News 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 MinIO 在单节点本地 S3 场景下的替代方案 (rmoff.net) 6 分,由 rmoff 发布于 1 小时前 | 隐藏 | 过往 | 收藏 | 3 条评论 帮助 prologic 0 分钟前 | 下一条 [-] 有一个值得考虑的替代方案是 S2: https://github.com/mojatter/s2 回复 pveierland 8 分钟前 | 上一条 | 下一条 [-] Garage 在 v2.3.0 版本中增加了一个自动配置功能,使得单节点设置更加简便: garage server --single-node --default-bucket https://garagehq.deuxfleurs.fr/documentation/quick-start/ 回复 sdcfgy 10 分钟前 | 上一条 [-] 直接用文件系统不就行了吗。为什么每个人都非得在所有东西之间加一层 HTTP? 回复 准则 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

In late 2025 the company behind MinIO decided to abandon it to pursue other commercial interests. As well as upsetting a bunch of folk, it also put the cat amongst the pigeons of many software demos that relied on MinIO to emulate S3 storage locally, not to mention build pipelines that used it for validating S3 compatibility.

In this blog post I’m going to look at some alternatives to MinIO.

Whilst MinIO is a lot more than 'just' a glorified tool for emulating S3 when building demos, my focus here is going to be on what is the simplest replacement. In practice that means the following:

What I’m not looking at is, for example, multi-node deployments, distributed storage, production support costs, GUI capabilities, and so on. That is, this blog post is not aimed at folk who were using MinIO as self-managed S3 in production. Feel free to leave a comment below though if you have useful things to add in this respect :)

联系我们 contact @ memedata.com