z3 is a dependency free and simple to use client/library for interacting with the S3 API relying on std.http requests.
It is built using the current master branch for upcoming 0.16, and therefore still in an early stage and not necessary production ready.
However, many basic features are already implemented and work fine, like getObject, putObject, headObject, listObjects, listBuckets etc. More advanced features are currently in the making.
Note: I am not the owner of the repo, just a very active contributor. But since I work in the backend of some self-hosted S3 storage systems at my job, I’m very interested in developing this lib to use it regulary myself (I can use zig at my daily work now, how cool is that!
)