49 comments

  • hintymad8 minutes ago
    I suspect that Clickhouse will go down the same path. They already changed their roadmap a bit two years ago[1], and had good reasons: if the open sourced version does too well, it will compete with their cloud business.<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37608186">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37608186</a>
  • gethly4 hours ago
    There is <a href="https:&#x2F;&#x2F;github.com&#x2F;seaweedfs&#x2F;seaweedfs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seaweedfs&#x2F;seaweedfs</a><p>I haver not used it but will be likely a good minio alternative for people who want to run a server and don&#x27;t use minio just as s3 client.
    • lima4 hours ago
      Is it stable now? Last time I checked, the amount of correctness bugs being fixed in the Git history wasn&#x27;t very confidence-inspiring.
      • rednb1 hour ago
        Since storage is a critical component, I closely watched it and engaged with the project for about 2 years circa as i contemplated adding it to our project, but the project is still immature from a reliability perspective in my opinion.<p>No test suite, plenty of regressions, and data loss bugs on core code paths that should have been battled tested after so many years. There are many moving parts, which is both its strength and its weakness as anything can break - and does break. Even Erasure Coding&#x2F;Decoding has had problems, but a guy from Proton has contributed a lot of fixes in this area lately.<p>One of the big positive in my opinion, is the maintainer. He is an extremely friendly and responsive gentleman. Seaweedfs is also the most lightweight storage system you can find, and it is extremely easy to set up, and can run on servers with very little hardware resources.<p>Many people are happy with it, but you&#x27;d better be ready to understand their file format to fix corruption issues by hand. As far as i am concerned, i realized that after watching all these bugs, the idea of using seaweedfs was causing me more anxiety than peace of mind. Since we didn&#x27;t need to store billions of files yet, not even millions, we went with creating a file storage API in ASP.NET Core in 1 or 2 hours, hosted on a VPS, that we can replicate using rsync without problem. Since i made this decision, i have peace of mind and no longer think about my storage system. Simplicity is often better, and OSes have long been optimized to cache and serve files natively.<p>If you are not interested in contributing fixes and digging into the file format when a problem occurs, and if your data is important to you, unless you operate at the billions of files scalability tier Seaweedfs shines at, i&#x27;d suggest rolling your own boring storage system.
      • yahooguntu2 hours ago
        We&#x27;re in the process of moving to it, and it does seem to have a lot of small bugfixes flying around, but the maintainer is EXTREMELY responsive. I think we&#x27;ll just end up doing a bit of testing before upgrading to newer versions.<p>For our use case (3 nodes, 61TB of NVMe) it seems like the best option out of what I looked at (GarageFS, JuiceFS, Ceph). If we had 5+ nodes I&#x27;d probably have gone with Ceph though.
  • cantagi6 hours ago
    They have been removing features from the open source version for a while.<p>The closest alternative seems to be RustFS. Has anyone tried it? I was waiting until they support site replication before switching.
    • bityard5 hours ago
      Garage is a popular alternative to Minio. <a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr</a><p>I hadn&#x27;t heard of RustFS and it looks interesting, although I nearly clicked away based on the sheer volume of marketing wank on their main page. The GitHub repo is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;rustfs&#x2F;rustfs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rustfs&#x2F;rustfs</a>
      • adamcharnock2 hours ago
        We’ve done some fairly extensive testing internally recently and found that Garage is somewhat easier to deploy, but is not as performant at high speeds. IIRC we could push about 5 gigabits of (not small) GET requests out of it, but something blocked it from reaching the 20-25 gigabits (on a 25g NIC) that MinIO could reach (also 50k STAT requests&#x2F;s)<p>I don’t begrudge it that. I get the impression that Garage isn’t necessarily focussed on this kind of use case.
      • victormy16 minutes ago
        Speaking as an open-source enthusiast, I’m actually really digging RustFS. Honestly, anything that can replace or compete with MinIO is a win for the users. Their marketing vibe feels pretty American, actually—they aren&#x27;t afraid to be loud and proud, haha. You gotta give it to them though, they’ve got guts, and their timing is spot on.
      • dalenw5 hours ago
        I use garage at home, single node setup. It&#x27;s very easy and fast, I&#x27;m happy with it. You&#x27;re missing out on a UI for it, but MountainDuck &#x2F; CyberDuck solves that problem for me.
        • redrove3 hours ago
          I’ve been using this <a href="https:&#x2F;&#x2F;github.com&#x2F;khairul169&#x2F;garage-webui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;khairul169&#x2F;garage-webui</a> as a UI for Garage. It’s been solid.<p>After years of using Garage for S3 for the homelab I’d never pick anything else. Absolutely rock solid, no problem whatsoever. There isn’t ONE other piece of software I can say that about, not ONE.<p>Major kudos to the guys at deuxfleurs. Merci beaucoup!
      • cromka2 hours ago
        I saw an article here not long about where someone explained they were hosting their Kopia or Nextcloud aver Garage, but I can&#x27;t find it anymore.<p>This was going to be my next project, as I am currently storing my Kopia&#x2F;Ente on MinIO in a non-distributed way. MinIO project going to shi*s is a good reason to take on this project faster than later.
      • eproxus3 hours ago
        Yeah, that page is horrendous and looks super sketchy. It looks like a very professional fishing attempt to get unsuspecting developers to download malware.<p>They have a lot of obviously fake quotes from non-existent people at positions that don’t even mention what company it is. The pictures are misgendered and even contain pictures of kids.<p>Feels like the whole page is AI generated.
        • runiq3 hours ago
          They have a CLA that assigns copyright to them: <a href="https:&#x2F;&#x2F;github.com&#x2F;rustfs&#x2F;rustfs&#x2F;blob&#x2F;5b0a3a07645364d998e3f518f33a128d2e457da6&#x2F;CLA.md?plain=1#L31-L37" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rustfs&#x2F;rustfs&#x2F;blob&#x2F;5b0a3a07645364d998e3f5...</a><p>So, arguably worse than MinIO.
          • everfrustrated2 hours ago
            The _only_ reason to require a CLA is because you expect to change the license in the future. RustFS has rug-pull written all over it.
            • regularfry51 minutes ago
              Or to offer it under a commercial licence in parallel.
          • stormking2 hours ago
            How would you run a project like this? People come and go. People do a one-time contribution and then you never hear from them again. People work on a project for years and then just go silent. Honestly, credit where credit is due, but how is a project like this supposed to manage this?
            • PunchyHamster1 hour ago
              You can have CLA without assigning copyright to the project.<p>You don&#x27;t need assignment to the project if you are not planning to change project&#x27;s license.<p>You do need assignment to the project if you need to ever rugpull the community and close the code
            • speedgoose2 hours ago
              You could pick a license and not plan to relicense later. Like Linux.
    • nikeee4 hours ago
      I maintain an S3 client that has a test matrix for the commonly used S3 implementations. RustFS regularly breaks it. Last time it did I removed it from the matrix because deleteObject suddenly didn&#x27;t delete the object any more. It is extremely unstable in its current form. The website states that it is not in a production-ready state, which I can confirm.<p>I&#x27;d take a look at garage (didn&#x27;t try seaweed yet).
    • positisop6 hours ago
      If it is not an Apache&#x2F;CNCF&#x2F;LinuxFoundation project, it can be a rug pull aimed at using open source for getting people in the door only. They were never open for commits, and now they have abandoned open source altogether.
    • js4ever3 hours ago
      I made recently an open source alternative to minio Server &amp; minio UI also in Rust:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;vibecoder-host&#x2F;ironbucket&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vibecoder-host&#x2F;ironbucket&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;vibecoder-host&#x2F;ironbucket-ui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vibecoder-host&#x2F;ironbucket-ui</a>
    • rbartelme5 hours ago
      Might be coming soon based on this: <a href="https:&#x2F;&#x2F;docs.rustfs.com&#x2F;features&#x2F;replication&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.rustfs.com&#x2F;features&#x2F;replication&#x2F;</a>
    • maxloh4 hours ago
      Although promising, RustFS is a Chinese product. This would be a non-starter for many.
      • jasonvorhe2 hours ago
        Because they aren&#x27;t thinking about all the chinese wetware they&#x27;d be writing down that decision with.
    • PunchyHamster5 hours ago
      From what I looked still very fresh project, to the point running out of date minio version will most likely be less problematic than latest rustfs
    • pankajdoharey5 hours ago
      Sad to see these same people were behind GlusterFS.
      • mbreese5 hours ago
        Well, maybe they are using that experience to build something better this time around? One can hope...
  • uroni6 hours ago
    I&#x27;ve been working on <a href="https:&#x2F;&#x2F;github.com&#x2F;uroni&#x2F;hs5" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;uroni&#x2F;hs5</a> as a replacement with similar goals to early minio.<p>The core is stable at this point, but the user&#x2F;policy management and the web interface is still in the works.
    • giancarlostoro6 hours ago
      Looks like you cleanly point out their violation of the AGPL. I wish I were a lawyer with nothing better to do, I&#x27;d definitely be suing the MinIO group, there&#x27;s no way they can cleanly remove the AGPL code outsiders contributed.
      • mbreese5 hours ago
        I don&#x27;t think there would be an issue with removing AGPL contributed code. You can&#x27;t force someone to distribute something they don&#x27;t want to. IANAL, but I believe that what (all?) copyright in software is most concerned with is the active distribution of code -- not the removal of code.<p>That said, if there was contributed AGPL code, they couldn&#x27;t change the license on that part of the code w&#x2F;o a CLA. AGPL also doesn&#x27;t necessarily mean you have to make the code publicly available, just available to those that you give the program to (I&#x27;m assuming AGPL is like the GPL in this regard).<p>So, that I&#x27;d be curious about it is -- (1) is there any contributed AGPL code in the current version? (2) what license is granted to customers of the enterprise version?<p>Minio can completely use whatever license they want for their code. But, if there was contributed code w&#x2F;o a CLA, then I&#x27;m not sure how a commercial&#x2F;enterprise license would play with contriubuted AGPL code. It would be an interesting question to find out.
        • kragen5 hours ago
          &gt; <i>AGPL also doesn&#x27;t necessarily mean you have to make the code publicly available, just available to those that you give the program to (I&#x27;m assuming AGPL is like the GPL in this regard).</i><p>This is the crucial difference between the AGPL and the GPL: the AGPL requires you to make the code available to users for whom you run the code, as well as users you give the program to.
          • mbreese4 hours ago
            But, for minio, the users aren&#x27;t the public... the users are their enterprise customers (now). So, to fulfill the AGPL, they&#x27;d have to give the code to their users, but that doesn&#x27;t necessarily mean to the public at large (via GitHub).<p>But, what I don&#x27;t know is -- is there any other AGPL code that minio doesn&#x27;t own, but that was otherwise contributed to minio? Because, presumably, they aren&#x27;t actually giving their customers the minio program with an AGPL license, rather they have whatever their enterprise license agreement is. If this is the case, and there is AGPL code that&#x27;s not owned by Minio, I can foresee problems in the future.
            • kragen4 hours ago
              I agree with all of that.
        • giancarlostoro5 hours ago
          That&#x27;s definitely not how its written or interpreted. Microsoft had to release code because they touched GPL code some years back I think it was for HyperV? We&#x27;re talking about a company with many lawyers at the ready not being able to skirt the GPL in any way, like undoing the code.<p>Additionally, in order to CHANGE the license, if others contributed code under that license, you would need their permission, on top of the fact, you cannot retroactively revoke the license for previous versions.
          • mbreese5 hours ago
            What I&#x27;m <i>really</i> curious about is if their most recent enterprise versions&#x2F;code must be released under AGPL. And if so, can they restrict customers from distributing AGPL&#x27;d code through an enterprise contract?<p>I can&#x27;t see how this is a defensible position for Minio, but I&#x27;m not sure they really care that much at this point.
      • bityard6 hours ago
        I don&#x27;t see a contributor licensing agreement (CLA), so you may be right.<p>(I personally choose not to contribute to projects with CLAs, I don&#x27;t want my contributions to become closed-source in the future.)
        • giancarlostoro5 hours ago
          Its worse than I thought:<p><a href="https:&#x2F;&#x2F;blog.min.io&#x2F;weka-violates-minios-open-source-licenses&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.min.io&#x2F;weka-violates-minios-open-source-license...</a><p>They think they can revoke someone&#x27;s AGPL license. That&#x27;s not at all how that license works!
          • kstrauser5 hours ago
            I think that&#x27;s exactly how that license works. Basically, the license is the <i>only</i> thing that grants you rights to redistribute the licensed work. Copyright law otherwise forbids it. And the license itself only grants you the right to redistribute the work as long as you comply with its terms. If you violate them, the license no longer applies, and you no longer have any legal right to distribute the work or any derived works.<p>I have zero knowledge about the squabble between MinIO and Weka. I don&#x27;t know, and don&#x27;t care, if either of them is in the right. But <i>if</i> Weka isn&#x27;t complying with the terms of the AGPL, then MinIO has the legal right to tell them they can no longer distribute MinIO&#x27;s licensed work at all, because nothing else grants them that privilege.<p>If that weren&#x27;t true, there&#x27;d be no teeth to the A?GPL whatsoever.
          • kragen5 hours ago
            Yes, it is. Although <a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;licenses&#x2F;agpl-3.0.html" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;licenses&#x2F;agpl-3.0.html</a> says<p>&gt; <i>All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met.</i><p>it also says<p>&gt; <i>You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).</i><p>&gt; <i>However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.</i><p>&gt; <i>Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.</i><p>This is in common with the GPLv3. It is much longer than the corresponding terms of the GPLv2 to remedy a sort of fragility in the GPLv2 which says your license terminates permanently if you ever violate the GPL, even temporarily and by accident.<p>I have no knowledge of whether Weka did or didn&#x27;t violate the license, but if they did violate it and refused to fix it, MinIO&#x27;s revocation of their license is completely in accordance with the terms of the license as written. I don&#x27;t think a GPL termination case has yet been litigated.
            • roblabla4 hours ago
              &gt; I don&#x27;t think a GPL violation case has yet been litigated.<p>It has, though it has mainly been under the &quot;breach of contract&quot; approach and not under &quot;copyright infringement&quot; approach. See <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Open_source_license_litigation" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Open_source_license_litigation</a>
              • kragen4 hours ago
                Of course you&#x27;re correct. I meant to say no GPL <i>termination</i> case, and I&#x27;ve corrected my comment to say that. By that I mean cases where the defendant had cured their breach of the GPL but continued exercising the rights the GPL would have given them but for the termination clause.
      • uroni5 hours ago
        I&#x27;m not a contributor to Minio. This is its own separate thing.<p>I do have a separate AGPL project (see github) where I have nearly all of the copyright and have looked into how one would be able to enforce this in the US at some point and it did look pretty bleak -- it is a civil suit where you have to show damages etc. but IANAL.<p>I did not like the FUD they were spreading about AGPL at the time since it is a good license for end-user applications.
        • giancarlostoro5 hours ago
          Oh I didn&#x27;t mean to imply yours was, yours is C++ theirs is Go. The AGPL is fine, not a license for me, but its fine. I&#x27;m more of an MIT license kind of guy. If you&#x27;re going to do the AGPL thing and then try to secure funding, make sure you own the whole thing first.
    • MrZander53 minutes ago
      I wish I knew about this last week. I spent way too long trying out MinIO alternatives before getting SeaweedFS to work, but it is overkill for my purposes.<p>Looks like a great alternative.
    • bityard6 hours ago
      Interesting! I like the relative simplicity and durability guarantees. I can see using this for dev and proof of concept. Or in situations where HA&#x2F;RAID are handled lower in the stack.<p>What is the performance like for reads, writes, and deletes?<p>And just to play devil&#x27;s advocate: What would you say to someone who argues that you&#x27;ve essentially reimplemented a filesystem?
      • uroni5 hours ago
        It uses LMDB, so if the object mapping fits in memory that should be pretty optimal for reading, while using the build-in Linux page cache and not a separate one (important for testing use cases). For write&#x2F;deletes it has a bit of write-amplification due to the copy-on-write btree. I&#x27;ve implemented a separate, optional WAL for this and also a mode where writes&#x2F;delete can be bundeled in a transaction, but in practice I think the performance difference should not matter.<p>W.r.t. filesystem: Yes, aware of this. Initially used minio and also implemented the use case directly on XFS as well and only had problems at larger scales (that still fit on a machine) with it. Ceph went into a similar direction with BlueStore (reimplementing the filesystem, but with RocksDB).
    • sph6 hours ago
      Good time to post a Show HN for your project then
  • liviux5 hours ago
    Fork in Linux foundation incoming. Minio will revert in 1-2 years, but too late, community will move on and never return, reputation lost forever
    • phoronixrly4 hours ago
      Just watch them harass fork users with proprietary stacks as they used to:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;minio&#x2F;minio&#x2F;issues&#x2F;13308#issuecomment-929254690" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;minio&#x2F;minio&#x2F;issues&#x2F;13308#issuecomment-929...</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;minio&#x2F;minio&#x2F;discussions&#x2F;13571#discussioncomment-1583482" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;minio&#x2F;minio&#x2F;discussions&#x2F;13571#discussionc...</a>
      • orphea3 hours ago
        <p><pre><code> &gt; you may be violating AGPLv3 if you are using MinIO to build commercial products or using it for commercial purposes </code></pre> Yeah, this is bullshit. I wish the guy used his own advise and spoke to a lawyer :)
      • speedgoose4 hours ago
        Oh no, I used MinIO once or twice for some unlicensed software.<p>Should I contact a MinIO salesman to purchase an enterprise license ASAP or is it fine if I license my kids and advent of code solutions under the AGPLv3 license ?
      • ahepp2 hours ago
        Wait, what&#x27;s the consensus on this? Are they saying that using object storage over a standard network API which they didn&#x27;t even create, makes your application a derivative work of the object store?<p>Or just that the users would need to make minio sources, including modifications, freely available?<p>I guess that&#x27;s kind of the big question inherent to the AGPL?
  • spicymaki1 hour ago
    Stallman was right. When will the developer community learn not to contribute to these projects with awful CLAs. The rug has been pulled.
  • aftbit5 hours ago
    Shocker... they abandoned POSIX compatibility, built a massively over-complicated product, then failed to compete with things like Ceph on the metal side or ubiquitous S3&#x2F;R2&#x2F;B2 on the cloud side.
    • PunchyHamster5 hours ago
      No, they rebranded to AIStor and are now selling to AI companies.<p>Minio is&#x2F;was pretty solid product for places where rack of servers for Ceph wasn&#x27;t an option (it does have quite a bit higher memory requirements), or you just need a bit of S3 (like we have small local instances that just run as build cache for CI&#x2F;CD)<p>But that&#x27;s not where money is
    • throwaway8943455 hours ago
      &gt; they abandoned POSIX compatibility, built a massively over-complicated product<p>This is a wild sentence--how can you criticize them for abandoning POSIX support __and__ building a massively over-complicated product? Making a reliable POSIX system is inherently very complex.
      • bee_rider3 hours ago
        I think the criticism (just interpreting the post, don’t know anything about the technical situation) is that the complication is not necessary&#x2F;worthwhile.<p>POSIX can be complicated, but it puts you in a nice ecosystem, so for some use-cases complex POSIX support is not <i>over</i> complicated. It is just… appropriately complicated.
        • throwaway8943451 hour ago
          Sure, but then you can make that argument about any of the features in Minio, in which case the parent&#x27;s argument about Minio <i>as a whole</i> being overcomplicated is invalidated. Probably the more sensible way to look at things is &quot;value &#x2F; complexity&quot; or &quot;bang for buck&quot;, but even there I think POSIX loses since it&#x27;s relatively little value for a relatively large amount of complexity.
          • bee_rider1 hour ago
            Yeah. I don’t actually know if they are right or wrong, it depends on the ecosystem the project wants to hook in to, right? I just want to reduce it from “wild” to “debatable,” haha.
      • ahepp2 hours ago
        What would go in to POSIX compatibility for a product like this which would make it complicated? Because the kind of stuff that stands out to me is the use of Linux specific syscalls like epoll&#x2F;io_uring vs trad POSIX stuff like poll. That doesn&#x27;t seem too complicated?
  • spapas825 hours ago
    Minio is more or less feature complete for most use cases. Actually the <i>last</i> big update of minio removed features (the UI). I am using minio for 5 years and haven&#x27;t messed with it or used any new thingie for the last 5 years (i.e since I installed it); I only update to new versions.<p>So if the minio maintainers (or anybody that forks the project and wants to work it) can fix any security issues that may occur I don&#x27;t see any problems with using it.
    • cromka5 hours ago
      &gt; Actually the last big update of minio removed features (the UI)<p>AFIK they removed it only to move it to their paid version, didn&#x27;t they?
      • spapas825 hours ago
        Well I didn&#x27;t mind when they removed it and certainly I didn&#x27;t consider their paid version which is way too expensive for most use cases.<p>The UI was useful when first configuring the buckets and permissions; if you&#x27;ve got it working (and don&#x27;t need to change anything) you&#x27;re good to go. Also, everything can be configured without the UI (not so easily of course).
      • lionkor5 hours ago
        yes
    • fithisux3 hours ago
      I used it for my experiments in Docker. I once or two used the UI, I always connected through python.
  • st3fan6 hours ago
    What a story. EOL the open source foundation of your commercial product, to which many people contributed, to turn it into a closed source &quot;A-Ff*ing-I Store&quot; .. seriously what the ...
    • nikeee4 hours ago
      Didn&#x27;t contribute to MinIO, but if they accepted external contributions without making them sign a CLA, they cannot change the license without asking every external contributor for consent to the license change. As it is AGPL, they still have to provide the source code somewhere.<p>IANAL, of course
      • lima4 hours ago
        They required a &quot;Community Contribution License&quot; in each PR description, which licensed each contribution under Apache 2 as an <i>inbound</i> license.<p>Meanwhile, MinIO&#x27;s own contributions and the distribution itself (outbound license) were AGPL licensed.<p>It&#x27;s effectively a CLA, just a bit weaker, since they&#x27;re still bound by the terms of Apache 2 vs. a full license assignment like most CLAs.
        • NewsaHackO2 hours ago
          People underestimate the amount of fakeness a lot of these &quot;open-core&#x2F;source&quot; orgs have. I guarantee from day one of starting the MinIO project, they had eyes on future commercialization, and of course made contributors sign away their rights knowing full well they are going to go closed source.
    • smsm424 hours ago
      Well, you can not have a product without having &quot;AI&quot; somewhere in the name anymore. It&#x27;s the law.
      • orphea3 hours ago
        <a href="https:&#x2F;&#x2F;youtu.be&#x2F;-qbylbEek-M?t=33" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;-qbylbEek-M?t=33</a>
    • btian4 hours ago
      What&#x27;s the problem? Surely people will fork it
    • binsquare5 hours ago
      I still don&#x27;t understand what the difference is.<p>What is an AI Stor (e missing on purpose because that is how it is branded: <a href="https:&#x2F;&#x2F;www.min.io&#x2F;product&#x2F;aistor" rel="nofollow">https:&#x2F;&#x2F;www.min.io&#x2F;product&#x2F;aistor</a>)
      • everfrustrated5 hours ago
        Might be because of this other storage product named that <a href="https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;aistore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;aistore</a>
        • singhrac4 hours ago
          Does anyone use this? I was setting it up a few months ago but it felt very complicated compared to MinIO (or alternatives). Is there a sort of minikube-like tool I could use here?
      • bigbuppo3 hours ago
        About a billion dollars difference in valuation up until the bubble pops.
      • ljm3 hours ago
        Looks like AI slop<p><pre><code> Replication A trusted identity provider is a key component to single sign on. </code></pre> Uh, what?<p>It’s probably just Minio but it costs more money.
      • paulddraper3 hours ago
        It can store things for AI workloads (and non-AI workloads, but who’s counting…)
    • daveguy4 hours ago
      This is why I don&#x27;t bother with AGPL released by a company (use or contribute).<p>Choosing AGPL with contributors giving up rights is a huge red flag for &quot;hey, we are going to rug pull&quot;.<p>Just AGPL by companies without even allowing contributor rights is saying, &quot;hey, we are going to attempt to squeeze profit out and don&#x27;t want competition on our SaaS offering.&quot;<p>I wish companies would stop trying to get free code out of the open source community. There have been so many rug pulls it should be expected now.
  • baq7 hours ago
    please copy and paste outrage from previous discussions to not waste more time<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45665452">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45665452</a>
  • tiernano7 hours ago
    Is this not the best thing that could happen? Like now its in maintenance, it can be forked without any potential license change in the future, or any new features that are in that license change... This allows anyone to continue working on this, right? Or did i miss something?
    • jagged-chisel6 hours ago
      &gt; ... it can be forked without any potential license change in the future ...<p>It is useful to remember that one may fork at the commit before a license change.
      • phoronixrly5 hours ago
        It is also useful to remember that MinIO has historically held to an absurd interpretation of the AGPL -- that it spreads (again, according to them) to software that communicates with MinIO via the REST API&#x2F;CLI.<p>I assume forks, and software that uses them will be held to the same requirements.
        • NegativeK0 minutes ago
          They&#x27;re not the only ones to claim that absurdity.<p><a href="https:&#x2F;&#x2F;opensource.google&#x2F;documentation&#x2F;reference&#x2F;using&#x2F;agpl-policy" rel="nofollow">https:&#x2F;&#x2F;opensource.google&#x2F;documentation&#x2F;reference&#x2F;using&#x2F;agpl...</a>
        • ahepp2 hours ago
          As long as I&#x27;m not the one who gets sued over this, I think it would be wonderful to have some case law on what constitutes an AGPL derivative work. It could be a great thing for free software, since people seem to be too scared to touch the AGPL at all right now.
    • Weryj6 hours ago
      Pretty sure you can’t retroactively apply a restrictive license, so that was never a concern.
      • IgorPartola6 hours ago
        You can, sort of, sometimes. Copyleft is still based on copyright. So in theory you can do a new license as long as all the copyright holders agree to the change. Take open source&#x2F;free&#x2F;copyleft out of it:<p>You create a proprietary piece of software. You license it to Google and negotiate terms. You then negotiate different terms with Microsoft. Nothing so far prevents you from doing this. You can&#x27;t yank the license from Google unless your contract allows that, but maybe it does. You can in theory then go and release it under a different license to the public. If that license is perpetual and non-revokable then presumably I can use it after you decide to stop offering that license. But if the license is non-transferrable then I can&#x27;t pass on your software to someone else either by giving them a flash drive with it, or by releasing it under a different license.<p>Several open source projects have been re-licensed. The main thing that really is the obstacle is that in a popular open source or copyleft project you have many contributors each of which holds the copyright to their patches. So now you have a mess of trying to relicense only some parts of your codebase and replace others for the people resisting the change or those you can&#x27;t reach. It&#x27;s a messy process. For example, check out how the Open Street Maps data got relicensed and what that took.
        • bilkow6 hours ago
          I think you are correct, but you probably misunderstood the parent.<p>My understanding of what they meant by &quot;retroactively apply a restrictive license&quot; is to apply a restrictive license to previous commits that were already distributed using a FOSS license (the FOSS part being implied by the new license being &quot;restrictive&quot; and because these discussions are usually around license changes for previously FOSS projects such as Terraform).<p>As allowing redistribution under at least the same license is usually a requirement for a license to be considered FOSS, you can&#x27;t really change the license of an existing version as anyone who has acquired the version under the previous license can still redistribute it under the same terms.<p>Edit: s&#x2F;commit&#x2F;version&#x2F;, added &quot;under the same terms&quot; at the end, add that the new license being &quot;restrictive&quot; contributes to the implication that the previous license was FOSS
          • IgorPartola3 hours ago
            Right but depending on the exact license, can the copyright holder revoke your right to redistribute?
            • bilkow5 minutes ago
              It&#x27;s probable that licenses that explicitly allows revocation at will would not be approved by OSI or the FSF.<p>Copyright law is also a complex matter which differs by country and I am not a lawyer so take this with a grain of salt, but there seem to be &quot;edge cases&quot; where the license can be revoked as seen in the stackexchange page below.<p>See:<p><a href="https:&#x2F;&#x2F;lists.opensource.org&#x2F;pipermail&#x2F;license-discuss_lists.opensource.org&#x2F;2019-April&#x2F;020398.html" rel="nofollow">https:&#x2F;&#x2F;lists.opensource.org&#x2F;pipermail&#x2F;license-discuss_lists...</a><p><a href="https:&#x2F;&#x2F;opensource.stackexchange.com&#x2F;questions&#x2F;4012&#x2F;are-licenses-irrevocable-by-default" rel="nofollow">https:&#x2F;&#x2F;opensource.stackexchange.com&#x2F;questions&#x2F;4012&#x2F;are-lice...</a>
  • ncrmro3 hours ago
    As a note ceph (rook on kubernetes) which is distributed blockstorage has a built in s3 endpoint support
  • jdoe1337halo6 hours ago
    I use this image on my VPS, it was the last update before they neutered the community version<p>quay.io&#x2F;minio&#x2F;minio:RELEASE.2025-04-22T22-12-26Z
    • spapas824 hours ago
      This is a way too old version. You should use a newer one instead by downloading the source and built the binaries yourself.<p>Here&#x27;s a simple script that does it automagically (you&#x27;ll need golang installed):<p>&gt; build-minio-ver.sh<p><pre><code> #!&#x2F;bin&#x2F;bash set -e VERSION=$(git ls-remote --tags https:&#x2F;&#x2F;github.com&#x2F;minio&#x2F;minio.git | \ grep -Eo &#x27;RELEASE\.[0-9T-]+Z&#x27; | sort | tail -n1) echo &quot;Building MinIO $VERSION ...&quot; rm -rf &#x2F;tmp&#x2F;minio-build git clone --depth 1 https:&#x2F;&#x2F;github.com&#x2F;minio&#x2F;minio.git &#x2F;tmp&#x2F;minio-build cd &#x2F;tmp&#x2F;minio-build git fetch --tags git checkout &quot;$VERSION&quot; echo &quot;Building minio...&quot; CGO_ENABLED=0 go build -trimpath \ -ldflags &quot;-s -w \ -X github.com&#x2F;minio&#x2F;minio&#x2F;cmd.Version=$VERSION \ -X github.com&#x2F;minio&#x2F;minio&#x2F;cmd.ReleaseTag=$VERSION \ -X github.com&#x2F;minio&#x2F;minio&#x2F;cmd.CommitID=$(git rev-parse HEAD)&quot; \ -o &quot;$OLDPWD&#x2F;minio&quot; echo &quot; Binary created at: $(realpath &quot;$OLDPWD&#x2F;minio&quot;)&quot; &quot;$OLDPWD&#x2F;minio&quot; --version</code></pre>
    • NietTim5 hours ago
      Same here, since I&#x27;m the only one using my instance. But, you should be aware that there is an CVE in that version that allows any account level to increase their own permissions to admin level, so it&#x27;s inherently unsafe
  • Havoc7 hours ago
    I thought they were pivoting towards close it and trying to monetize this?<p>That got backlash so now it’s just getting dropped entirely?<p>People get to do whatever they want but bit jarring to go from this is worth something people will pay for to maintenance mode in quick succession
    • embedding-shape6 hours ago
      &gt; I thought they were pivoting towards close it and trying to monetize this?<p>That&#x27;s literally what the commit shows that they&#x27;re doing?<p>&gt; *This project is currently under maintenance and is not accepting new changes.*<p>&gt; For enterprise support and actively maintained versions, please see MinIO SloppyAISlop (not actual name)
    • this_user6 hours ago
      Their marketing had shifting to trying to push an AI angle for some time now. For an established project or company, that&#x27;s usually a sign that things aren&#x27;t going well.
    • ocdtrekkie6 hours ago
      They cite a proprietary alternative they offer for enterprises. So yes they pivoted to a monetized offering and are just dropping the open source one.
      • itopaloglu836 hours ago
        So they’re pulling an OpenAI.<p>Start open source to use free advertising and community programmer, and then dumps it all for commercial licensing.<p>I think n8n is next because they finished the release candidate for version 2.0, but there are no changelogs.
  • Dachande6636 hours ago
    Does anyone have any recommendations for a simple S3-wrapper to a standard dir? I&#x27;ve got a few apps&#x2F;services that can send data to S3 (or S3 compatible services) that I want to point to a local server I have, but they don&#x27;t support SFTP or any of the more &quot;primitive&quot; solutions. I did use a python local-s3 thing, but it was... not good.
    • mcpherrinm6 hours ago
      Versity Gateway looks like a reasonable option here. I haven&#x27;t personally used it, but I know some folks who say it performs pretty great as a &quot;ZFS-backed S3&quot; alternative.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;versity&#x2F;versitygw" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;versity&#x2F;versitygw</a><p>Unlike other options like Garage or Minio, it doesn&#x27;t have any clustering, replication, erasure coding, ...<p>Your S3 objects are just files on disk, and Versity exposes it. I gather it exists to provide an S3 interface on top of their other project (ScoutFS), but it seems like it should work on any old filesystem.
      • pkoiralap5 hours ago
        Versity is really promising. I got a chance to meet with Ben recently at the Super Computing conference in St. Louis and he was super chill about stuff. Big shout out to him.<p>He also mentioned that the minio-to-versity migration is a straight forward process. Apparently, you just read the data from mino&#x27;s shadow filesystem and set it as an extended attribute in your file.
      • mbreese5 hours ago
        I really like what I&#x27;ve (just now) read about Versity. I like that they are thinking about large scale deployments with tape as the explicit cold-storage option. It really makes sense to me coming from an HPC background.<p>Thanks for posting this, as it&#x27;s the first I&#x27;ve come across their work.
      • zzyzxd1 hour ago
        Garage also decide to not implement erasure coding.
    • mr-karan6 hours ago
      You could perhaps checkout <a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;</a>
      • dardeaup6 hours ago
        I&#x27;ve done some preliminary testing with garage and I was pleasantly surprised. It worked as expected and didn&#x27;t run into any gotchas.
        • digikata6 hours ago
          Garage is really good for core S3, the only thing I ran into was it didn&#x27;t support object tagging. It could be considered maybe a more esoteric corner of the S3 api, but minio does support it. Especially if you&#x27;re just mapping for a test api, object tagging is most likely an unneeded feature anyway.<p>It&#x27;s a &quot;Misc&quot; endpoint in the Garage docs here: <a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;documentation&#x2F;reference-manual&#x2F;s3-compatibility&#x2F;" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;documentation&#x2F;reference-manua...</a>
          • topspin3 hours ago
            &quot;didn&#x27;t support object tagging&quot;<p>Thanks for pointing that out.
    • ralgozino5 hours ago
      Do you want to serve already existing files from a directory or just that the backend is a directory on your server?<p>If the answer is the latter, seaweedfs is an option:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;seaweedfs&#x2F;seaweedfs?tab=readme-ov-file#quick-start-with-single-binary" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seaweedfs&#x2F;seaweedfs?tab=readme-ov-file#qu...</a>
    • trufas5 hours ago
      s3proxy has a filesystem backend [0].<p>Possibly of interest: s3gw[1] is a modified version of ceph&#x27;s radosgw that allows it to run standalone. It&#x27;s geared towards kubernetes (notably part of Rancher&#x27;s storage solution), but should work as a standalone container.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;gaul&#x2F;s3proxy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gaul&#x2F;s3proxy</a> [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;s3gw-tech&#x2F;s3gw" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;s3gw-tech&#x2F;s3gw</a>
    • frellus6 hours ago
      Check out from nvidia, aistore: <a href="https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;aistore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;aistore</a><p>It&#x27;s not a fully featured s3 compatible service, like MinIO, but we used it to great success as a local on-prem s3 read&#x2F;write cache with AWS as the backing S3 store. This avoided expensive network egress charges as we wanted to process data in both AWS as well as in a non-AWS GPU cluster (i.e. a neocloud)
    • import6 hours ago
      rclone serve s3, could be.
  • valyala1 hour ago
    What is the purpose of MinIO, Seaweedfs and similar object storage systems? They lack durability guarantees provided by S3 and GCS. They lack &quot;infinite&quot; storage promise contrary to S3 and GCS. They lack &quot;infinite&quot; bandwidth unlike S3 and GCS. They are more expensive than other storage options, unlike S3 and GCS.
    • cortesoft1 hour ago
      We use it because we are already running our own k8s clusters in our datacenters, and we have large storage requirements for tools that have native S3 integration, and running our own minio clusters in the same datacenter as the tools that generate and consume that data is a lot faster and cheaper than using S3.<p>For example, we were running a 20 node k8s cluster for our Cortex (distributed Prometheus) install, monitoring about 30k servers around the world, and it was generating a bit over a TB of data a day. It was a lot more cost effective and performant to create a minio cluster for that data than to use S3.<p>Also, you can get durability with minio with multi cluster replication.
    • onionisafruit1 hour ago
      I haven&#x27;t used it in a while, but it used to be great as a test double for s3
    • spapas8243 minutes ago
      Minio allows you to have an s3 like interface when you have your own servers and storage.
    • wasmitnetzen1 hour ago
      S3 is a widely supported API schema, so if you need something on-prem, you use these.
    • maartin01 hour ago
      It&#x27;s great for a prototype which doesn&#x27;t need to store a huge amount of data, you can run it on the same VM as a node server behind Cloudflare and get a fairly reliable setup going
  • candiddevmike6 hours ago
    It sucks that S3 somehow became the defacto object storage interface, the API is terrible IMO. Too many headers, too many unknowns with support. WebDAV isn&#x27;t any better, but I feel like we missed an opportunity here for a standardized interface.
    • tlarkworthy6 hours ago
      ?<p>Its like GET &lt;namespace&gt;&#x2F;object, PUT &lt;namespace&gt;&#x2F;object. To me its the most obvious mapping of HTTP to immutable object key value storage you could imagine.<p>It is bad that the control plane responses can be malformed XML (e.g keys are not escaped right if you put XML control characters in object paths) but that can be forgiven as an oversight.<p>Its not perfect but I don&#x27;t think its a strange API at all.
      • jerf4 hours ago
        That may be what S3 is <i>like</i>, but what the S3 API <i>is</i> is this: <a href="https:&#x2F;&#x2F;pkg.go.dev&#x2F;github.com&#x2F;aws&#x2F;aws-sdk-go-v2&#x2F;service&#x2F;s3" rel="nofollow">https:&#x2F;&#x2F;pkg.go.dev&#x2F;github.com&#x2F;aws&#x2F;aws-sdk-go-v2&#x2F;service&#x2F;s3</a><p>My browser prints that out to 413 pages with a naive print preview. You can squeeze it to 350 pretty reasonably with a bit of scaling before it starts getting to awfully small type on the page.<p>Yes, there&#x27;s a simple API with simple capabilities struggling to get out there, but pointing that out is merely the first step on the thousand-mile journey of determining what, <i>exactly</i>, that is. &quot;Everybody uses 10% of Microsoft Word, the problem is, they all use a different 10%&quot;, basically. If you sat down with even 5 relevant stakeholders and tried to define that &quot;simple API&quot; you&#x27;d be shocked what you discover and how badly Hyrum&#x27;s Law will bite you even at that scale.
        • zokier2 hours ago
          &gt; That may be what S3 is like, but what the S3 API is is this: <a href="https:&#x2F;&#x2F;pkg.go.dev&#x2F;github.com&#x2F;aws&#x2F;aws-sdk-go-v2&#x2F;service&#x2F;s3" rel="nofollow">https:&#x2F;&#x2F;pkg.go.dev&#x2F;github.com&#x2F;aws&#x2F;aws-sdk-go-v2&#x2F;service&#x2F;s3</a><p>&gt; My browser prints that out to 413 pages with a naive print preview. You can squeeze it to 350 pretty reasonably with a bit of scaling before it starts getting to awfully small type on the page.<p>idk why you link to Go SDK docs when you can link to the actual API reference documentation: <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AmazonS3&#x2F;latest&#x2F;API&#x2F;API_Operations_Amazon_Simple_Storage_Service.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AmazonS3&#x2F;latest&#x2F;API&#x2F;API_Operatio...</a> and its PDF version: <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;pdfs&#x2F;AmazonS3&#x2F;latest&#x2F;API&#x2F;s3-api.pdf" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;pdfs&#x2F;AmazonS3&#x2F;latest&#x2F;API&#x2F;s3-api....</a> (just 3874 pages)
        • eproxus3 hours ago
          That page crashes Safari for me on iOS.
      • PunchyHamster5 hours ago
        It gets complex with ACLs for permissions, lifecycle controls, header controls and a bunch of other features that are needed on S3 scale but not at smaller provider scale.<p>And many S3-compatible alternatives (probably most but the big ones like Ceph) don&#x27;t implement all of the features.<p>For example for lifecycles backblaze have completely different JSON syntax
      • perbu5 hours ago
        Last I checked the user guide to the API was 3500 pages.<p>3500 pages to describe upload and download, basically. That is pretty strange in my book.
        • nine_k2 hours ago
          Even download and upload get tricky if you consider stuff like serving buckets like static sites, or stuff like siged upload URLs.<p>Now with the trivial part off the table, let&#x27;s consder storage classes, security and ACLs, lifecycle management, events, etc.
      • candiddevmike6 hours ago
        Everything uses poorly documented, sometimes inconsistent HTTP headers that read like afterthoughts&#x2F;tech debt. An S3 standard implementation has to have amazon branding all over it (x-amz) which is gross.
        • drob5184 hours ago
          I suspect they learned a lot over the years and the API shows the scars. In their defense, they did go first.
        • christina974 hours ago
          I mean… it’s straight up an Amazon product, not like it’s an IETF standard or something.
      • KaiserPro2 hours ago
        HTTP isn&#x27;t really a great back plane for object storage.
      • paulddraper3 hours ago
        !!!<p>I’ve seen a lot of bad takes and this is one of them.<p>Listing keys is weird (is it V1 or V2)?<p>The authentication relies on an obtuse and idiosyncratic signature algorithm.<p>And S3 in practice responds with malformed XML, as you point out.<p>Protocol-wise, I have trouble liking it over WebDAV. And that&#x27;s depressing.
    • ssimpson5 hours ago
      I thought the openstack swift API was pretty clean, but i&#x27;m biased.
    • giancarlostoro5 hours ago
      To be fair. We still have an opportunity to create a standardized interface for object storage. Funnily enough when Microsoft made their own they did not go for S3 compatible APIs, but Microsoft usually builds APIs their customers can use.
    • mbreese6 hours ago
      It was better. When it first came out, it was a pretty simple API, at least simpler than alternatives (IIRC, I could just be thinking with nostalgia).<p>I think it&#x27;s only gotten as complicated as it has as new features have been organically added. I&#x27;m sure there are good use cases for everything, but it does beg the question -- is a better API possible for object storage? What&#x27;s the minimal API required? GET&#x2F;POST&#x2F;DELETE?
      • bostik4 hours ago
        I suspect there is no decent &quot;minimal&quot; API. Once you get to tens of millions of objects <i>in a given prefix</i>, you need server side filtering logic. And to make it worse, you need multiple ways to do that.<p>For example, did you know that date filtering in S3 is based on string prefix matching against an ISO8601&#x2F;RFC3339 style string representation? Want all objects created between 2024-01-01 and 2024-06-30? You&#x27;ll need to construct six YYYY-MM prefixes (one per month) for datetime and add them as filter array elements.<p>As a result the service abbreviation is also incorrect these days. Originally the first S stood for &quot;Simple&quot;. With all the additions they&#x27;ve had to bolt on, S2 would be far more appropriate a name.
      • everfrustrated5 hours ago
        Like everything it starts off simple but slowly with every feature added over 19 years Simple Storage is it not.<p>S3 has 3 independent permissions mechanisms.
    • dathinab5 hours ago
      S3 isn&#x27;t JSON<p>it&#x27;s storing a [utf8-string =&gt; bytes] mapping with some very minimal metadata. But that can be whatever you want. JSON, CBOR, XML, actual document formats etc.<p>And it&#x27;s default encoding for listing, management operations and similar is XML....<p>&gt; but I feel like we missed an opportunity here for a standardized interface.<p>except S3 _is_ the de-facto standard interface which most object storage system speaks<p>but I agree it&#x27;s kinda a pain<p>and commonly done partial (both feature wise and partial wrong). E.g. S3 store utf8 strings, not utf8 file paths (like e.g. minio does), that being wrong seems fine but can lead to a lot of problems (not just being incompatible for some applications but also having unexpected perf. characteristics for others) making it only partial S3 compatible. Similar some implementations random features like bulk delete or support `If-Match`&#x2F;`If-Non-Match` headers can also make them S3 incompatible for some use cases.<p>So yeah, a new external standard which makes it clear what you should expect to be supported to be standard compatible would be nice.
  • thway152690375 hours ago
    So, when anyone will fork in? Call it MaxIO or whatever. I might even submit couple of small patches.<p>My only blocker for a fork to maintain compatibility and path to upgrade from earlier versions.
    • 12_throw_away3 hours ago
      To be fair, their previous behavior and attitude towards the open source license suggests that minio would possibly engage in at least a little bumptious legal posturing against whoever chose to fork it.
  • frellus6 hours ago
    <a href="https:&#x2F;&#x2F;aistore.nvidia.com" rel="nofollow">https:&#x2F;&#x2F;aistore.nvidia.com</a>
    • positisop2 hours ago
      github.com&#x2F;NVIDIA&#x2F;aistore<p>At the 1 billion valuation from the previous round, achieving a successful exit requires a company with deep pockets. Right now, Nvidia is probably a suitable buyer for MinIO, which might explain all the recent movements from them. Dell, Broadcom, NetApp, etc, are not going to buy them.
  • killme20084 hours ago
    I can&#x27;t believe they made this decision. It&#x27;s detrimental to the open-source ecosystem and MinIO users, and it&#x27;s not good for them either, just look at the Elasticsearch case.
  • ecshafer7 hours ago
    Is this just the open source portion? Minio is now a fully paid product then?
    • 0x0736 hours ago
      &quot;For enterprise support and actively maintained versions, please see MinIO AIStor.&quot;<p>Probably yes.
    • margorczynski4 hours ago
      Basically officially killing off the open source version.
  • nazcan4 hours ago
    I&#x27;m quite interested in a k8s-native file-system that makes use of local persistent volumes. I&#x27;m running cockroachDB in my cluster (not yet with local persistent volumes.. but getting closer).<p>Anyone have any suggestions?
  • rowanseymour6 hours ago
    What&#x27;s the simplest replacement for mocking S3 in CI? We don&#x27;t about performance or reliability.. it&#x27;s just gotta act like S3.
    • onei6 hours ago
      I&#x27;ve used localstack in the past which worked pretty well.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;localstack&#x2F;localstack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;localstack&#x2F;localstack</a>
    • rodwyersoftware6 hours ago
      localstack, 100%
  • aranw6 hours ago
    I&#x27;ve been using the minio-go client for S3-compatible storage abstraction in a project I&#x27;m working on. This new change putting the minio project into maintenance mode means no new features or bug fixes, which is concerning for something meant to be a stable abstraction layer<p>Need to start reconsidering the approach now and looking for alternatives
  • johnmaguire7 hours ago
    Any good alternatives?
    • xrd7 hours ago
      I saw this referenced a few days ago. Haven&#x27;t investigated it at all.<p><a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;</a><p>Edit: jeez, three of us all at once...
    • phpdave116 hours ago
      If you just need a simple local s3 server (e.g. for developing and testing), I recommend rclone.<p>rclone serve s3 path&#x2F;to&#x2F;buckets --addr :9000 --auth-key &lt;key-id&gt;,&lt;secret&gt;
    • nullify881 hour ago
      <a href="https:&#x2F;&#x2F;www.versity.com&#x2F;products&#x2F;versitygw&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.versity.com&#x2F;products&#x2F;versitygw&#x2F;</a><p>I haven&#x27;t tried it though. Seems simple enough to run.
    • import6 hours ago
      Seaweed and garage (tried both, still using seaweed)
    • ecshafer6 hours ago
      A lot of them actually. Ceph personally I&#x27;ve used. But there&#x27;s a ton, some open source, some paid. Backblaze has a product Buckets or something. Dell powerscale. Cloudian has one. Nutanix has one.
      • dardeaup6 hours ago
        Ceph is awesome for software defined storage where you have multiple storage nodes and multiple storage devices on each. It&#x27;s way too heavy and resource intensive for a single machine with loopback devices.
      • coredog646 hours ago
        I&#x27;ve been looking at microceph, but the requirement to run 3 OSDs on loopback files plus this comment from the docs gives me pause:<p>`Be wary that an OSD, whether based on a physical device or a file, is resource intensive.`<p>Can anyone quantify &quot;resource intensive&quot; here? Is it &quot;takes an entire Raspberry Pi to run the minimum set&quot; or is it &quot;takes 4 cores per OSD&quot;?<p>Edit: This is the specific doc page <a href="https:&#x2F;&#x2F;canonical-microceph.readthedocs-hosted.com&#x2F;stable&#x2F;how-to&#x2F;single-node&#x2F;" rel="nofollow">https:&#x2F;&#x2F;canonical-microceph.readthedocs-hosted.com&#x2F;stable&#x2F;ho...</a>
        • dardeaup6 hours ago
          Ceph has multiple daemons that would need to be running: monitor, manager, OSD (1 per storage device), and RADOS Gateway (RGW). If you only had a single storage device it would still be 4 daemons.
      • dathinab6 hours ago
        ceph depends a lot on your use case<p>minio was also suited for some smaller use cases (e.g. running a partial S3 compatible storage for integration tests). Ceph isn&#x27;t really good for it.<p>But if you ran large minio clusters in production ceph might be a very good alternative.
    • pezgrande7 hours ago
      This one is usually the most recommended: <a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;</a>
    • SteveNuts6 hours ago
      RustFS is good, but still pretty immature IMO
    • itodd7 hours ago
      seaweedfs
    • lousken6 hours ago
      wasn&#x27;t there a fork with the UI?
    • mlnj7 hours ago
      Have heard good things about Garage (<a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;</a>).<p>Am forced to use MinIO for certain products now but will eventually move to better eventually. Garage is high on my list of alternatives.
  • apexalpha4 hours ago
    So how are HN reviews of GarageHQ? Or any others?
    • realreality4 hours ago
      Garage works well for its limited feature set, but it doesn&#x27;t have very active development. Apparently they&#x27;re working on a management UI.<p>Seaweedfs is more mature and has many interfaces (S3, webdav, SFTP, REST, fuse mount). It&#x27;s most appropriate for storing lots of small files.<p>I prefer the command line interface and data&#x2F;synchronization model of Garage, though. It&#x27;s easier to manage, probably because the developers aren&#x27;t biting off more than they can chew.
    • speedgoose4 hours ago
      I havn&#x27;t tested it since a while, but it was pretty good and a lot simpler than MinIO.<p>Like in the old MinIO days, an S3 object is a file on the filesystem, not some replicated blocks. You could always rebuild the full object store content with a few rsync. I appreciate the simplicity.<p>My main concern was that you couldn&#x27;t configure it easily through files, you had to use CLI, which wasn&#x27;t very convenient. I hope this has changed.
      • realreality4 hours ago
        Objects in Garage are broken up into 1MB (default) blocks, and compressed with zstandard. So, it would be difficult to reconstruct the files. I don&#x27;t know if that was a recent change since you looked at it.<p>Configuration is still through the CLI, though it&#x27;s fairly simple. If your usecase is similar to the way that the Deuxfleurs organization uses it -- several heterogeneous, geographically distributed nodes that are more or less set-it-and-forget-it -- then it&#x27;s probably a good fit.
        • speedgoose3 hours ago
          I guess this change was inevitable. But I like the possibility to reconstruct a broken distributed file storage system. GlusterFS also allowed this.<p>My use case is relatively common : I want small S3 compatible object stores that can be deployed in Kubernetes without manual intervention. The CLI part was a bit in the way last time, this could have been automated but it wasn&#x27;t straightforward.
  • snickell6 hours ago
    Any efforts to consolidate around a community fork yet?
  • ibgeek5 hours ago
    Time to fork and bring back removed features. :). An advantage of it being AGPL licensed.
  • 0x1ch1 hour ago
    &gt; Kill open source features.<p>&gt; Gaslight community when rightfully annoyed<p>&gt; Kill off primary product<p>&gt; Offer same product with AI slapped on the name to enterprise customers.<p>Good riddance Minio, and goodbye!
  • positisop6 hours ago
    Raising 100 mil at 1 B valuation and then trying for an exit is a bitch!
  • paulddraper1 hour ago
    Open source is not a sustainable business model.<p>There are two ways open source projects continue.<p>1. The creator has a real, solid way to make money (React by Facebook, Go by Google).<p>2. The project is <i>extremely</i> popular (Linux, PostreSQL).<p>Is it possible for people to reliably keep working for ~free? Yes, but if you expect that, you have a very bad understanding of 98% of human behavior.
    • conqrr13 minutes ago
      They are making lot of enterpise bucks though. And they did start as Open Source. Killing it midway to serve their convenience is the issue.<p>There&#x27;s also tonne of Open Source that isn&#x27;t as popular but serving niche communities. It&#x27;s definitely harder but not impossible. OS core and paid hosting with bells and whistles has proven to be a good sustainable model.
  • souenzzo5 hours ago
    The best software is the one that doesn&#x27;t change.
  • bouk5 hours ago
    big L for all the cloud providers that made the mistake of using it instead of forging their own path, they&#x27;re kind of screwed now
    • tehjoker3 hours ago
      How are they screwed if they can adopt the source and continue patching it? Writing their own would incur a greater cost.
  • bananapub6 hours ago
    for those looking for a simple and reliable self hosted S3 thing, check out Garage . it&#x27;s much simpler - no web ui, no fancy RS coding, no VC-backed AI company, just some french nerds making a very solid tool.<p>fwiw while they do produce Docker containers for it, it&#x27;s also extremely simple to run without that - it&#x27;s a single binary and running it with systemd is unsurprisingly simple[1].<p>0: <a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;</a><p>1: <a href="https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;documentation&#x2F;cookbook&#x2F;systemd&#x2F;" rel="nofollow">https:&#x2F;&#x2F;garagehq.deuxfleurs.fr&#x2F;documentation&#x2F;cookbook&#x2F;system...</a>
    • colesantiago6 hours ago
      How do you sustain yourselves while developing this project?<p>What if the sponsorships run out?
      • prmoustache3 hours ago
        What if a company change license, drop the project or goes bankrupt?<p>You shouldn&#x27;t expect guarantee of any kind.
  • adriatp5 hours ago
    I had a minio server in my homelab and I have to replace it after the 15v because they capped almost all settings. So sad...
  • dardeaup7 hours ago
    Hopefully no one is shocked or surprised.
    • giancarlostoro7 hours ago
      I&#x27;m both shocked and not surprised. Lots of questions: Are they doing that bad from the outcry? Or are they just keeping a private version and going completely commercial only? If so, how do they bypass the AGPL in doing so, I assume they had contributions under the AGPL.
      • 0x0736 hours ago
        &quot;For enterprise support and actively maintained versions, please see MinIO AIStor.&quot;<p>Commercial only, they will replace the agpl contributions from external people. (Or at least they will say that)
        • Kerrick6 hours ago
          I don&#x27;t understand. They&#x27;ve seen the contributions. How can they possibly do a clean-room implementation to avoid copyright infringement? (Let alone how tangled up in the history of the codebase they must be...)
          • giancarlostoro6 hours ago
            I hope some contributors get together and sue. ;)
          • tempest_6 hours ago
            It doesnt matter unless someone takes them to court over it.
  • vanschelven3 hours ago
    Is there a good overview of recent Open Source Rugpulls in the vein of killedbygoogle.com somewhere?
  • dbacar6 hours ago
    Disgusting. Build a product, make it open-source to gain traction, and when you are done completely abandon it. Shame on me that I have put this ^%^$hit on a project and advocated it.
    • stronglikedan6 hours ago
      That can happen to any project, hence why Plan B should be implemented right alongside Plan A whenever humanly possible.
  • zerofor_conduct6 hours ago
    “The real hell of life is everyone has his reasons.” ― Jean Renoir
  • Eikon3 hours ago
    I&#x27;ve been using Minio in ZeroFS&#x27; [0] CI (a POSIX compliant filesystem that works on top of s3). I guess I&#x27;ll switch to MicroCeph [1].<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;Barre&#x2F;ZeroFS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Barre&#x2F;ZeroFS</a><p>[1] <a href="https:&#x2F;&#x2F;canonical-microceph.readthedocs-hosted.com&#x2F;stable&#x2F;" rel="nofollow">https:&#x2F;&#x2F;canonical-microceph.readthedocs-hosted.com&#x2F;stable&#x2F;</a>
    • ahepp2 hours ago
      What is the use case for implementing a POSIX filesystem on top of an object store? I remember reading this article a few years ago, which happens to be by the minio folks: <a href="https:&#x2F;&#x2F;blog.min.io&#x2F;filesystem-on-object-store-is-a-bad-idea&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.min.io&#x2F;filesystem-on-object-store-is-a-bad-idea...</a>
      • Eikon1 hour ago
        &gt; What is the use case for implementing a POSIX filesystem on top of an object store?<p>The use case is fully stateless infrastructure: your file&#x2F;database servers become disposable and interchangeable (no &quot;pets&quot;), because all state lives in S3. This dramatically simplifies operations, scaling, and disaster recovery, and it&#x27;s cheap since S3 (or at least, S3 compatible services) storage costs are very low.<p>The MinIO article&#x27;s criticisms don&#x27;t really apply here because ZeroFS doesn&#x27;t store files 1:1 to S3. It uses an LSM-tree database backed by S3, which allows it to implement proper POSIX semantics with actual performance.
        • ahepp12 minutes ago
          It makes sense that some of the criticisms wouldn&#x27;t apply if you&#x27;re not storing the files 1:1.<p>What about NFS or traditional filesystems on iSCSI block devices? I assume you&#x27;re not using those because managing&#x2F;scaling&#x2F;HA for them is too painful? What about the openstack equivalents of EFS&#x2F;EBS? Or Ceph&#x27;s fs&#x2F;blockdev solutions (although looking into it a bit, it seems like those are based on its object store)?
  • cies5 hours ago
    I use Supabase Storage. It does S3-style signed download links (so I can switch to any S3 service if I like later).
  • Joel_Mckay6 hours ago
    Like many smart people they focused on telling people the &quot;how&quot;, and assume visitors to their wall of &quot;AI&quot;&#x2F;hype text already understand the use-case &quot;why&quot;.<p>1. I like that it is written in Go<p>2. I saw nothing above what Apache Spark+Hadoop with _consistent_ object stores already offers on Amazon (S3), Google Cloud (GCS), and or Microsoft (Azure Storage, ADLS Gen2)<p>Best of luck, maybe folks should look around for that <a href="https:&#x2F;&#x2F;donate.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;donate.apache.org&#x2F;</a> button before the tax year concludes =3
    • PunchyHamster5 hours ago
      &gt; I saw nothing above what Apache Spark+Hadoop with _consistent_ object stores already offers on Amazon (S3), Google Cloud (GCS), and or Microsoft (Azure Storage, ADLS Gen2)<p>it was very simple to setup, and even if you just leased a bunch of servers off say OVH, far FAR cheaper to run your own than paying any of the big cloud providers.<p>It also had pretty low requirements, ceph can do all that but setup is more complex and RAM requirements far, far higher
      • Joel_Mckay4 hours ago
        MinIO still makes no sense, as Ceph is fundamentally already RADOS at its core (fully compatible with S3 API.)<p>For a proper Ceph setup, even the 45drives budget configuration is still not &quot;hobby&quot; grade.<p>I will have to dive into the MinIO manual at some point, as the value proposition still seems like a mystery. Cheers =3
        • PunchyHamster2 hours ago
          MinIO is far less complex than getting same functionality on Ceph stack.<p>But that&#x27;s kind of advantage only on the small companies and hobbyist market, big company either have enough needs to run big ceph cluster, or to buy it as a service.<p>Minio is literally &quot;point it at storage(s), done&quot;. And at far smaller RAM usage.<p>Ceph is mon servers, osd servers, then rados gatway server on top of that.
          • Joel_Mckay1 hour ago
            It sounds a lot like SwiftOnFile with GlusterFS, but I would need to look at it more closely on personal time. =3
        • dardeaup2 hours ago
          &quot;Ceph is fundamentally already RADOS at its core (fully compatible with S3 API.)&quot;<p>Yes, Ceph is RADOS at its core. However, RADOS != S3. Ceph provides an S3 compatible backend with the RADOS Gateway (RGW).
          • Joel_Mckay2 hours ago
            My point was even 45drives virtualization of Ceph host roles to squeeze the entire setup into a single box was not a &quot;hobby&quot; grade project.<p>I don&#x27;t understand yet exactly what MinIO would add on top of that to make it relevant at any scale. I&#x27;ll peruse the manual on the weekend, because their main site was not helpful. Thanks for trying though ¯\_(ツ)_&#x2F;¯
            • dardeaup1 hour ago
              What I tried to say (perhaps not successfully) was that core Ceph knows nothing about S3. One gets S3 endpoint capability from the radosgw which is not a required component in a ceph cluster.
              • Joel_Mckay1 hour ago
                The risk with mixing different subjects per thread. Cheers =3<p><a href="https:&#x2F;&#x2F;docs.ceph.com&#x2F;en&#x2F;latest&#x2F;radosgw&#x2F;s3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.ceph.com&#x2F;en&#x2F;latest&#x2F;radosgw&#x2F;s3&#x2F;</a>
  • Aurornis6 hours ago
    &gt; For enterprise support and actively maintained versions, please see [MinIO AIStor]<p>Naming the product “AIStor” is one of the most blatant forced AI branding pivots I’ve seen.
    • evil-olive5 hours ago
      for maximum performance with MinIO AIStor, make sure to use one of Seagate&#x27;s &quot;AI hard drives&quot;:<p><a href="https:&#x2F;&#x2F;www.seagate.com&#x2F;products&#x2F;video-analytics&#x2F;skyhawk-ai-hard-drive&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.seagate.com&#x2F;products&#x2F;video-analytics&#x2F;skyhawk-ai-...</a>
    • bityard5 hours ago
      And the naming conflicts with NVidia&#x27;s AIStore (<a href="https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;aistore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;aistore</a>). The two products are extremely similar. I don&#x27;t know which came first, but Minio is going to want to do another pivot very soon if they want to survive. I doubt they have the resources to stand up to NVidia&#x27;s army of extremely well-paid IP lawyers.
      • Natfan1 hour ago
        this is no different than grok vs groq imo. aistor and aistore are different names, even if they&#x27;re pronounced similarly.
    • positisop6 hours ago
      Raising 100 mil at 1 B valuation and then trying for an exit is a bitch!
  • atemerev6 hours ago
    How it makes sense? If they are no longer open-source S3 and cloud only, I&#x27;ll just use S3.
  • theideaofcoffee7 hours ago
    Oh, no! Anyway... Maybe it&#x27;s for the best seeing as it&#x27;s AGPL. I won&#x27;t go within 39.5 feet of infected software like that, so no loss for me.
    • nkmnz6 hours ago
      Downvoted because nobody knows how far a distance 39.5 feet is.
      • stronglikedan6 hours ago
        they do if they know the shoe size of the person who measured it
        • deathanatos5 hours ago
          It&#x27;s a reference to a fairly widely known, and presently topical, song:<p><pre><code> Your brain is full of spiders You&#x27;ve got garlic in your soul, Mr. Grinch I wouldn&#x27;t touch you with a 39 and a half foot pole!</code></pre>