Quick question about Vercel payload limits. I’m hitting a frustrating blocker where Vercel’s 4.5MB API route limit conflicts with S3’s 5MB minimum chunk size for multipart uploads.
I’ve already built an entire upload system around S3 + CloudFront, so moving to Vercel Blob isn’t ideal for my situation.
Any chance Vercel could bump the payload limit to 6MB, at least for specific API routes? Or any other workarounds you’d recommend that don’t involve rebuilding my storage infrastructure?