• TheOneCurly@feddit.online
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      Garage has been great in my homelab. It’s not quite as 1:1 with S3 but it does all the basics with some really nice features.

      • NotSteve_@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        +1 to Garage being great! I used it for a personal project and it worked really well. A lot of S3 data browsing clients also support it natively or just through API compatibility too

  • Scrubbles@poptalk.scrubbles.tech
    link
    fedilink
    English
    arrow-up
    38
    ·
    9 hours ago

    They’ve been anti-open source for a while, they clearly don’t see a profit motive without killing off their open source side. Anyone selfhosting or into open source should consider MinIO dead, and migrate. Hopefully someone forks it.

    • Mulch5516@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      8 hours ago

      Hopefully someone forks it.

      people did, and then proceeded to do nothing with it.

      I don’t like minio’s moves here or the way they communicated it but they weren’t wrong when they said the community was not contributing in a significant way.

  • cecilkorik@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    7 hours ago

    S3 compatibility is nice I guess if you need S3 compatibility but also… why would you need that?

    sshfs does everything I need and compatibility is almost native.

      • cecilkorik@lemmy.ca
        link
        fedilink
        English
        arrow-up
        4
        ·
        3 hours ago

        So enlighten me then, save me from my terrible hack that is working fine for me and tell me what it DOES have to do with. I thought S3 was a remote filesystem you can use, essentially Amazon’s proprietary version of webdav where you get a http bucket you can only access with aws proprietary tools. What’s the attraction? Clearly it seems like people love it, and I am getting dunked on for asking an honest question, which feels a bit unhealthy and unpleasant for the self-hosting community.

        Am I supposed to be familiar with AWS infrastructure as a prerequisite for being here?

        • Eager Eagle@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          3 hours ago

          ok, to start with, if you need a POSIX interface to the filesystem, you already have an SSH connection to that server, and don’t need much stability across multiple clients, SSHFS may do just fine. For a homelab, that is likely the case.

          now, if you’re hosting a web server that needs data distributed across drives/nodes, data redundancy, and the usage is primarily programmatic, closer to a CDN’s or machine learning pipeline than a single user browsing files; then you want an S3-compatible solution. The S3 API makes it easier to plug it into your application, while allowing you to migrate to a different one - which I’m actually currently doing for a MinIO deployment at work.

  • Samsy@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    7 hours ago

    Shit, I am actually building a webtool and thought Minio could be a good part to be a file storage in it. What’s an good alternative?

    Edit: I try “garage”