Hacker News new | ask | show | jobs
Show HN: Zs3 – S3 server in ~1K lines of Zig, 250KB binary, zero dependencies (github.com)
42 points by lulzx 174 days ago
Most S3 usage is PUT, GET, DELETE, LIST with basic auth. This does exactly that.

SigV4 auth, multipart uploads, range requests. Storage is just files on disk.

No versioning, no ACLs, no encryption. Use MinIO or AWS if you need those.

1 comments

Just set up Garage to replace Minio. This would definitely be in the running otherwise for my use case of just exposing my ZFS array with an S3 api.