Vercel Blob Multipart file upload minimum chunk size
Unanswered
Greek Harehound posted this in #help-forum
Greek HarehoundOP
Our serverless async job api enforces a hard maximum memory limit of 4MB.
We would like to employ the multipart file upload api for Vercel Blob but the minimum part size is 5MB.
In practice, could a 4MB chunk or smaller sent via the multipart upload api process safely without issue?
We would like to employ the multipart file upload api for Vercel Blob but the minimum part size is 5MB.
In practice, could a 4MB chunk or smaller sent via the multipart upload api process safely without issue?