GitHub user parshimers added a comment to the discussion: Recent changes about MinIO
I think all CI depends on MinIO, which is very unfortunate. MinIO also has been unmaintained for more than a year now, and contains a variety of severe unmitigated vulnerabilities. Kicking the can by doing a variety of things to keep using MinIO seems tempting but I think it should be avoided unless absolutely necessary. I think RustFS would be one simple solution, at least for deployments that don't have an amount of data that would rule it out. In general it is better to be agnostic as possible to S3 backends. In AsterixDB a variety of them work with the S3 storage back-end. In this way hard dependencies like this won't arise. I have a patch here that I had Claude cook up that at least attempts to move everything to RustFS: https://github.com/parshimers/texera/commit/22ba4823a96db0d97f65139f76de0784412a25f6 It's quite a lot of code, so I think someone with more knowledge of some of these areas needs to be involved. GitHub link: https://github.com/apache/texera/discussions/3998#discussioncomment-18418414 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
