Comment by arianvanp

Comment by arianvanp 6 days ago

2 replies

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)

impulser_ 5 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.

  • leerob 5 days ago

    Should work on Vercel, you have access to full Node.js APIs in functions.