Skip to content

Show HN: Zs3 – S3 server in ~1K lines of Zig, 250KB binary, zero dependencies

github.com/Lulzx
42 pointslulzx1 comment
On HN

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.

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.