Please consider increasing the file upload limit from the current 4.5MB to 5MB.
This seemingly small increment would greatly improve interoperability, especially when integrating with services like AWS S3 where 5MB is a common chunk size for multipart uploads. Aligning with this standard would simplify development and enhance the user experience for applications handling files around this size.
We’re not able to increase the request body size limit right now. But there are ways to work around the 4.5MB limit for files uploaded through serverless functions
Amy,
Thank you for suggesting. But we do not need Blob.
We need to upload directly to S3.
Per the provided doc it says that one can upload to source.
I created a backed that generates a presigned url to upload directly to S3.
An still I get the same error.
Please advice.
Thanks,
Keep in mind that the 4.5 MB payload size limit applies to the request body and to the response body. So it would be useful to know whether it’s the request or the response that is causing the error.
Blob is definitely not the only solution. Using AWS S3 is an option. And streaming functions wouldn’t have the 4.5 MB limit.