Right now, I've passed the canvas data URI string
(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAADwCAYAAABxLb1rAAAgAElEQVR..... )
to my hapi (NodeJS) server.
My question is:
What are my next steps to "stream"/upload this data to Amazon S3 and create an actual image there?