Skip to content

Comment on Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL)

Comments

“Just” curl and openssl. Those are not small and do a ton of lifting… easily adds 2-3mb to a static binary.

ggcrOP

Fair point. Should've titled it "minimal dependencies" perhaps

Since C++ has no HTTP client in its std lib, I really had no other choice but to use curl. Same with OpenSSL. It'd be quite naïve of me to re-implement the whole HTTP stack and SHA256 from scratch =)

AboutSource Built by g1lg1l

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