# MinIO 安装程序再次失败，这次是 HTTP 410 错误

**URL:** https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290
**Category:** Support
**Created:** [2026 年9 月 12 日 20:15 UTC](https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290 "2026-09-12T20:15:18Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [2026 年9 月 12 日 20:15 UTC](https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290/1 "2026-09-12T20:15:18Z")

</div>

这个问题又出现了，导致标准系统测试 CI 失败。

> [@Minio 安装程序导致 CI 失败](https://meta.discourse.org/t/minio-installer-breaks-ci/401370?u=merefield):
>
> The [minio\_runner](https://github.com/discourse/minio_runner) 的安装脚本已损坏，原因是未跟随重定向。这导致来自 [.github](https://github.com/discourse/.github) 仓库的共享 GitHub Action 工作流无法正常运行。 对于我们的插件而言，这意味着目前无法在 CI 上运行 Rails 系统测试。测试会启动，但由于设置无法完成，即使在第一个测试运行之前，它们也会一直显示为红色 red_circle。 Run bundle exec ruby script/install\_minio\_binaries.rb /\_\_w/zlb-community/zlb-community/vendor/bundle/ruby/3.4.0/gems/minio\_runner-1.0.0/lib/minio\_runner/network.rb:54:in 'MinioRunner::Network.get': Net::HTTPRetriableError: 302 "Found" with https://dl.min.io/client/mc/release/linux-amd64/mc.sha256sum (MinioRunner::Network::…

标准 Discourse 插件系统测试 CI 在共享 MinIO 环境设置阶段失败。在运行任何插件系统测试之前，MinIO 客户端下载返回了 HTTP 410 错误。

---

<div class="post-metadata">

### Author: ![ducks](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ducks/32/518975_2.png) [@ducks](https://meta.discourse.org/u/ducks)
#### Post date: [2026 年9 月 12 日 22:45 UTC](https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290/2 "2026-09-12T22:45:28Z")

</div>

我先确认一下这个问题，正在查看。看起来上游的构建产物已经消失了。

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [2026 年9 月 13 日 06:43 UTC](https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290/3 "2026-09-13T06:43:38Z")

</div>

嗯。

看起来情况是这样的：

- `minio/minio` 和 `minio/mc` 目前均已归档。
- MinIO 的 README 中写道：“ **替代方案：** \* **[AIStor Free](https://min.io/download)** —— 功能完整的独立版本，供社区使用（免费许可）”。
- MinIO 的 README 中还提到：“ **重要提示：** MinIO 社区版现在仅以源代码形式分发。我们将不再为社区版提供预编译的二进制发布版本。”

我不确定 AIStor 是否是一个简单的即插即用替代方案？

鉴于它现在根本无法正常工作，是否最好先禁用此依赖项，并暂时跳过所有依赖它的测试？

---

<div class="post-metadata">

### Author: ![satonotdead](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/satonotdead/32/447830_2.png) [@satonotdead](https://meta.discourse.org/u/satonotdead)
#### Post date: [2026 年9 月 13 日 11:45 UTC](https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290/4 "2026-09-13T11:45:18Z")

</div>

我发现了一个类似的情况，因为我注意到 Minio 是我正在使用的一个服务的依赖项，而就在昨天，我还在评估替代方案。

看起来，轻量级且开发最成熟的选项是 [https://garagehq.deuxfleurs.fr/](https://garagehq.deuxfleurs.fr/)，而功能最全面的选项（目前仍处于开发阶段，可能尚未准备好用于生产环境）是 [RustFS · GitHub](https://github.com/rustfs)

---

<div class="post-metadata">

### Author: ![ducks](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ducks/32/518975_2.png) [@ducks](https://meta.discourse.org/u/ducks)
#### Post date: [2026 年9 月 13 日 15:29 UTC](https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290/5 "2026-09-13T15:29:52Z")

</div>

是的，粗略一看，RustFS 似乎是最有潜力的选择，但它也不是即插即用的。目前，我正在着手 fork 那两个仓库，并创建一个工作流来为我们构建二进制文件。

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [2026 年9 月 13 日 15:47 UTC](https://meta.discourse.org/t/minio-installer-failing-again-this-time-with-a-http-410/412290/6 "2026-09-13T15:47:31Z")

</div>

> [@ducks](#):
>
> RustFS 乍一看似乎是最有潜力的选择

来自 [S3 Compatibility Matrix](https://docs.rustfs.com/en/reference/s3-compatibility)

| 功能 | 状态 | 范围 |
| --- | --- | --- |
| ACL 授权 | ❌ 已排除 | 故意不支持的产品行为 |

Garage 也[缺少](https://garagehq.deuxfleurs.fr/documentation/reference-manual/s3-compatibility/#acl-policies-endpoints)[必要的](https://github.com/discourse/discourse/blob/f7c85e6089cac8318e76bb0c58e8e3e898152a0f/lib/file_store/s3_store.rb#L508) ACL 功能。
