Uploading Base64 file to S3 signed URL – Amazon web services
I need to upload an image to S3 using signed URL. I have the image in a base64 string. The below code runs without throwing any error, but at the end I see a text file with base64 content in…