Issue: 0 bytes/ empty file after uploading to S3 using the pre-signed URL
I am struggling in getting a file uploaded to S3 using a pre-signed URL by a Lambda function. The file is uploaded successfully but with 0 bytes. In terms of uploading objects to S3, Amazon S3 offers the 2 options: Upload objects in a single operation—With a single PUT operation, you can upload objects up to 5 GB in size….
Read More »