HTTP content length exceeded 10485760 bytes
This is the error I encountered HTTP content length exceeded 10485760 bytes while uploading to s3.
I’m trying to upload image and video. How do I upload image and video above greater than 10mb in size? The request won’t go above 10mb size because AWS API Gateway allows only Upto 10mb.
This is my code