Y
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
impulser_
373 days ago
Yeah, but that will not work on cloudflare, vercel, or any other serverless environment because at most you only have access to node apis.
link
leerob
373 days ago
Should work on Vercel, you have access to full Node.js APIs in functions.
link