What's the simplest replacement for mocking S3 in CI? We don't about performance or reliability.. it's just gotta act like S3.
MinIO is now in maintenance-mode
51–60 of 338 posts
Re: MinIO is now in maintenance-mode
#52What's the simplest replacement for mocking S3 in CI? We don't about performance or reliability.. it's just gotta act like S3.
Re: MinIO is now in maintenance-mode
#53Any good alternatives?
Re: MinIO is now in maintenance-mode
#54Re: MinIO is now in maintenance-mode
#55I've been working on https://github.com/uroni/hs5 as a replacement with similar goals to early minio. The core is stable at this point, but the user/policy management and the web interface is still in the works.
Re: MinIO is now in maintenance-mode
#56Earlier quoted context omitted.
"For enterprise support and actively maintained versions, please see MinIO AIStor." Commercial only, they will replace the agpl contributions from external people. (Or at least they will say that)
I don't understand. They'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...)
Re: MinIO is now in maintenance-mode
#57Naming the product “AIStor” is one of the most blatant forced AI branding pivots I’ve seen.
Re: MinIO is now in maintenance-mode
#58Earlier quoted context omitted.
You could perhaps checkout https://garagehq.deuxfleurs.fr/
I've done some preliminary testing with garage and I was pleasantly surprised. It worked as expected and didn't run into any gotchas.
It's a "Misc" endpoint in the Garage docs here: https://garagehq.deuxfleurs.fr/documentation/reference-manua...
Re: MinIO is now in maintenance-mode
#59It 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't any better, but I feel like we missed an opportunity here for a standardized interface.
I think it's only gotten as complicated as it has as new features have been organically added. I'm sure there are good use cases for everything, but it does beg the question -- is a better API possible for object storage? What's the minimal API required? GET/POST/DELETE?