• hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    39
    ·
    edit-2
    1 day 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 very sketchy. Read object Object’s comment below before using it.

        • [object Object]@lemmy.ca
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          For posterity because I didn’t explain why/how it’s sketchy:

          • they just found a hardcoded key that skips all security that was in the wild for like two years
          • significant vibe coding means nobody actually understands the codebase. Hence not finding the backdoor key
          • some of the documentation is only in Chinese, which isn’t sketchy in itself, but given the backdoor key does seem fucking sketchy.
          • they have an X link you cannot remove from the admin console
          • the admin console has minor but stupid bugs: you can’t go from a bucket to the list of buckets, auth is janky, etc.

          Just because it’s good a good name doesn’t make it good pedigree (which is a bone I have with rustXYZ named projects). The fact nobody caught serious backdoors for years is damning.

          If you’re running this offline, it might be fine for you. I still run it inside my vpn behind auth but I’m looking to move off.

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

            Thx very much. That’s valuable info. I edited my comment and crossed it off my list of software to evaluate for future projects. I already got the vibe-coding and a bit of sketchiness by scrolling through the latest commits and issue tracker.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      7
      ·
      3 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
        ·
        2 days 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
          ·
          1 day 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?