GitHub - minio/minio: "This repository was archived by the owner on Apr 25, 2026. It is now read-only." (github.com)
from otter@lemmy.ca to selfhosted@lemmy.world on 26 Apr 19:35
https://lemmy.ca/post/63945258

#selfhosted

threaded - newest

scrubbles@poptalk.scrubbles.tech on 26 Apr 19:38 next collapse

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 on 26 Apr 20:34 collapse

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.

etchinghillside@reddthat.com on 26 Apr 20:16 next collapse

Sadly I only recognized it as “the thing you put in your docker compose for integration tests”.

lena@gregtech.eu on 26 Apr 20:20 next collapse

Garage seems like a viable alternative.

TheOneCurly@feddit.online on 26 Apr 23:56 collapse

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 on 27 Apr 01:48 collapse

+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

Samsy@lemmy.ml on 26 Apr 20:33 next collapse

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”

lime@feddit.nu on 26 Apr 20:48 next collapse

…a hard disk? you can just write data to a file

Appoxo@lemmy.dbzer0.com on 26 Apr 21:26 collapse

Not if you want to validate S3 compatibility for an actual future use case or, * can you imagine*, just for the fun of it.

lime@feddit.nu on 26 Apr 22:56 collapse

i’ll give you the second case, but nobody should plan for putting stuff on aws with the world as it looks right now…

searabbit@piefed.social on 27 Apr 00:26 next collapse

Genuine question, what are the alternatives not called Azure/GCP?

pticrix@lemmy.ca on 27 Apr 02:58 next collapse

I use S3 with OVH at my workplace. So it’s not just aws / google.

dan@upvote.au on 27 Apr 04:57 next collapse

Practically every other block storage provider offers an S3-compatible API.

qaz@lemmy.world on 27 Apr 05:53 next collapse

S3 isn’t just an AWS thing anymore. It has kind of become the standard object storage protocol, and almost every cloud provider uses it aside from a few the made their own API’s (e.g. Azure Blob storage)

lime@feddit.nu on 27 Apr 06:05 collapse

any european ones?

Appoxo@lemmy.dbzer0.com on 27 Apr 06:15 collapse

IONOS and ImpossibleCloud for instance are ones we use.
I think Hetzner and OVH also offer S3 buckets.

qaz@lemmy.world on 27 Apr 07:03 collapse

Scaleway, Exoscale, Cyso, Contabo, UpCloud, and others too

Appoxo@lemmy.dbzer0.com on 27 Apr 06:14 collapse

There are numerous other vendors with S3 API-compatibility.

tapdattl@lemmy.world on 26 Apr 23:03 collapse

There’s also SeaweedFS that I’ve used as an S3 compatible fileserver

cecilkorik@lemmy.ca on 26 Apr 20:54 next collapse

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.

NotEasyBeingGreen@slrpnk.net on 26 Apr 22:59 next collapse

Kubernetes storage is the reason I was looking at Minio in the past.

possiblylinux127@lemmy.zip on 26 Apr 23:50 next collapse

Sshfs has way more overhead and doesn’t do remotely the same thing

eager_eagle@lemmy.world on 27 Apr 00:31 next collapse

SSHFS is a hack and has nothing to do with the proposal of S3 compatible backends

cecilkorik@lemmy.ca on 27 Apr 00:54 collapse

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 on 27 Apr 01:26 next collapse

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.

dan@upvote.au on 27 Apr 07:22 collapse

if you need a POSIX interface

SSHFS isn’t POSIX compliant. It doesn’t support hard links, file locking, atomic renames, full support for changing file permissions, umasks, and probably other things.

Wispy2891@lemmy.world on 27 Apr 05:36 collapse

S3 is designed for being used by applications via API, for example you can easily save and retrieve files from it even with a JavaScript application. It is much more difficult to do the same with sshfs

If instead you use it mounted on a computer, S3 is worse because each time you need to list its contents that’s an API request, if you have hundreds of thousands of files then it’s thousands of API reuqests

dan@upvote.au on 27 Apr 04:58 next collapse

SSHFS is very unreliable. At least use NFSv4 or even SMB/CIFS.

qaz@lemmy.world on 27 Apr 05:57 next collapse

Many cloud providers offer S3-compatible storage, so it’s a common protocol to use in applications. There are even some databases like SlateDB that fully rely on object storage for everything. Supporting more API’s is extra work (unless you’re using OpenDAL) so most people pick S3 compatible API’s because they’re the most widely supported across all cloud platforms.

ExLisper@lemmy.curiana.net on 27 Apr 06:00 collapse

why would you need that?

So you can switch to S3 if needed? Using compatible solutions means you have choice. Choice is good.

hendrik@palaver.p3x.de on 26 Apr 23:05 next collapse

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.

dan@upvote.au on 27 Apr 05:01 collapse

Versity S3 Gateway is another option that’s trying to focus on simplicity. 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).

loric@piefed.social on 27 Apr 04:36 next collapse

I’ve honestly never understood the need for s3 buckets. WebDAV satisfies my needs. I’m sure there are some use cases that require S3, but for the life of me I can’t think of one off the top of my head right now.

qaz@lemmy.world on 27 Apr 05:49 next collapse

Many cloud providers offer S3-compatible storage, so it’s a common protocol to use in applications. There are even some databases like SlateDB that fully rely on object storage for everything. Being able to have local S3 compatible storage is useful if you want the storage of your local machine while still doing so over a widely compatible protocol.

loric@piefed.social on 27 Apr 07:00 collapse

A quick web search shows slatedb supports WebDAV through Rust’s object_store interface, or at least it does at first glance.

WebDAV is a wonderful standard and it is compatible with all kinds of things that seem to be overlooked. S3 has turned into this monster of a thing that’s “owned” by AWS vs a nice usable RFC that anybody can implement and know if it actually changes.

qaz@lemmy.world on 27 Apr 07:12 collapse

object_store does indeed also support WebDAV among a variety of other protocols, Apache Druid or Apache Pinot probably would be better examples. My only experience with WebDAV is with Nextcloud and hasn’t been that great because it has been very slow, probably should look into it sometime.

EDIT: Apparently it supports CAS, and even has a locking mechanism

lena@gregtech.eu on 27 Apr 07:38 next collapse

I use an external S3 provider so that I only pay for the storage I use for the services I host. It’s dirt cheap, 0.00002750€ per GiB hour (excluding tax). Self-hosting something like MinIO for your app gives you the option of switching to an external provider later on, and it gives you flexibility in the location of the storage.

rako@tarte.nuage-libre.fr on 27 Apr 10:14 next collapse

S3 is not made for you. It’s made for entities that need to store millions of objects, with thousands of different rules, reading/writing from hundreds of machines without coordination, and with consistent, low latency. Now that some software use that as a storage layer, having an implementation for you is useful

MonkderVierte@lemmy.zip on 27 Apr 10:42 collapse

So, it’s mostly used for overengineering?

Zos_Kia@jlai.lu on 27 Apr 11:11 collapse

In my experience I’ve mostly seen it used for a local equivalent of S3 to plop in your dev environment. It’s pretty good if your prod depends on S3 and you don’t want to deal with the cost and latency of using actual S3 buckets during development.

Wispy2891@lemmy.world on 27 Apr 05:40 next collapse

Of course their closed source alternative is called AIStor and it is crazy expensive because everyone now needs to pivot to AI

foobaz@lemmy.world on 27 Apr 08:32 collapse

I hope chainguard keeps maintaining their fork github.com/chainguard-forks/minio