A notable mention should also be Versity GW, https://github.com/versity/versitygw/
Alternatives to MinIO for single-node local S3
81–90 of 112 posts
Re: Alternatives to MinIO for single-node local S3
#82A notable mention should also be Versity GW, https://github.com/versity/versitygw/
Sadly most new projects do not offer posix anymore.
Re: Alternatives to MinIO for single-node local S3
#83The S3 API is pretty well-documented so getting something compatible with it is trivial for modern AI tools.
Re: Alternatives to MinIO for single-node local S3
#84We ran RustFS in production at a past job. Was the backend for an archiving service and we found it to work well on baremetal machines and seamlessly integrated with existing services that used the S3 api. This was on an internal network so YMMV when it comes to running on the open internet especially with the CVE mentioned in the post.
Re: Alternatives to MinIO for single-node local S3
#85Really happy with my own https://deltaglider.com/ - Filesystem backend - Encrypted S3 backend - Compressed S3 backend (Saving a ton of money here) - Cross backend replication - Full IAM - Full GUI with OIDC auth
- slop copy [1]
[0] https://github.com/beshu-tech/deltaglider_proxy/graphs/contr...
Re: Alternatives to MinIO for single-node local S3
#86Re: Alternatives to MinIO for single-node local S3
#87I'm still disappointed, that there is no S3 CNCF sponsored process. It seems to be such an important part of the cloud native ecosystem, every big use case needs some way to store blobs of data. But no, I'm also not about to start one or try to make something like SeaweedFS a community supported project that has a chance to be picked up by the CNCF, so I'm part of the problem.
Re: Alternatives to MinIO for single-node local S3
#88Re: Alternatives to MinIO for single-node local S3
#89Is there any "local"/minio-esque object store properly implements the full conditional GET/PUT/DELETE spec, ETag, etc.? I have struggled to find this in the past.
Re: Alternatives to MinIO for single-node local S3
#90Rustfs, works pretty well for me