• hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    36
    ·
    edit-2
    12 minutes ago

    Was pretty much clear since last year. At the latest in December when they switched to “maintenance mode”. And now they archived it.

    https://blog.vonng.com/en/db/minio-is-dead/

    Alternatives include Garage, SeaweedFS (and RustFS).

    Edit: RustFS looks a bit sketchy. Not sure if that’s solid and how much AI coding is involved in the project.

      • hendrik@palaver.p3x.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        13 minutes ago

        Thanks for pointing it out. Yeah it does. I just copy-pasted what I found and didn’t check.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 days ago

      Versity S3 Gateway is another option that’s trying to focus on simplicity. https://github.com/versity/versitygw

      Out of all these, SeaweedFS is the most scalable. Seaweed’s design is based off some of Facebook’s whitepapers about their warm storage system, and it works especially well for use cases that have a very large number of small files (like images).

      • TheHolm@aussie.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 hours ago

        Versity S3 Gateway is Apache‑licensed, backed by a commercial entity. Their contribution agreement forces you to give up copyright to them. It will follow the same path as Minio over time.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 hours ago

          Their contribution agreement forces you to give up copyright to them.

          The license just looks like the standard Apache license though, which doesn’t require this. With the Apache license, contributors still own the copyright to their code, but they license it to the project. Did you see a document in the repo that says something different?