Hacker News new | ask | show | jobs
by arianvanp 373 days ago
libcurl also has AWS auth with --aws-sigv4 which gives you a fully compatible S3 cliƫnt without installing anything! (You probably already have curl installed)
1 comments

Yeah, but that will not work on cloudflare, vercel, or any other serverless environment because at most you only have access to node apis.
Should work on Vercel, you have access to full Node.js APIs in functions.