whomwah/rqrcode

Store QR Code Image to Amazon S3

NorCalDavid opened this issue · 1 comments

How would I use this library to generate the QR Code as an Image and then store that image on S3. I have a prebuilt S3 library to store images that accepts a file and stores it in the appropriate bucket. In attempting to store the QR Code PNG I am having trouble creating the image into a file and sending it. I am able to generate the file on my local dev environment but I can't get it to send the file to AWS. Any suggestions?

Resolved.