Earlier quoted context omitted.
Tried setting up rustfs today. It was easier that garagehq and it even comes with UI.
RustFS is the poster child in my mind for the worst kind of vibe-coded slop. it might be "simple" but it's not something I would ever trust with persistent data. last year they had a security vulnerability where they allowed a hardcoded "rustfs rpc" token to bypass all authentication [0] and even worse, if you read the resulting reddit thread [1] someone tracked down the culprit commits - it was introduced in July [2…
I just want simple S3
41–50 of 130 posts
Re: I just want simple S3
#42S3 isn't "simple" tho. It doesn't need to care about POSIX mess but there is whole swathes of features many implementations miss or are incomplete, both on frontend side (serving files with right headers, or with right authentication) and backend (user/policy management, legal hold, versioning etc.) It gets even more messy when migrating, for example migrating your backups to garagefs will lose you versioning, which…
Re: I just want simple S3
#43I think we get a "S3 clone" about once every week or two on the Golang reddit. It strikes me as a classic case of "we need all the interested people to pull in one project, not each start their own". AI may have made this worse then ever.
Or like lodash custom builds.
Re: I just want simple S3
#44You failed to answer why you even need s3... Why not a filesystem? Full stop. The entire point of s3 is distributed.
Re: I just want simple S3
#45 I just need something that can do S3 and is reliable and not slow.
Oh, simply that.I'm a simple man, I just need edge delivered cdn content that never fails and responds within 20ms.
Re: I just want simple S3
#46Re: I just want simple S3
#47Based on the list of contenders feels like you might be missing rsync.net?