Yes, I know about S3 & presigned POST URLs!
Hi, I have a question about file upload in T3 stack. What could you recommend for free (afaik S3 does not offer free tier over 12 months) to handle file upload?
The thing is, I will definitely not use more than 100MB. I need the file upload because I'll need to assign images to specific entities in my app from my admin panel and I'll probably be doing this once a day (that's why I'm not using static assets). I'll need maybe up to 50 images at once. Besides the pricing, S3 will be too much for that simple use case (just admin panel -> update few images a day).
What is the best (and free) serverless solution?