Hacker News new | ask | show | jobs
by dev_l1x_be 373 days ago
for Node.

These are nice projects. I had a few rounds with Rust S3 libraries and having a simple low or no dep client is much needed. The problem is that you start to support certain features (async, http2, etc.) and your nice nodep project is starting to grow.

2 comments

I had the same issue recently and used https://crates.io/crates/rusty-s3
for JS

> It runs on Node, Bun, Cloudflare Workers, and other edge platforms

But not in the browser… because it depends on node.js apis.
Cloudflare Workers don't use any Node apis afaik
Cloudflare Workers now has extensive Node API compatibility.
huh TIL!