💾 Archived View for wilw.capsule.town › log › 2014-03-17-node.gmi captured on 2023-04-19 at 23:14:13. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
I recently wrote a new article for Heroku's Dev Center on carrying out asynchronous direct-to-S3 uploads using Node.js.
he article is based heavily on the previous Python version [1], where the only major change is the method for signing the AWS request. This method was outlined in an earlier blog post [2].
The article is available here [3] and there is also a companion code repository [4] for the example it describes.