Next.js Discord

Discord Forum

What are people using to store file uploads?

Unanswered
Rohu posted this in #help-forum
Open in Discord
RohuOP
Just curious what people are using for file upload storage these days. I looked a little bit into vercel blog storage, but seems kind of pricey. I was also looking at supabase, but it seems your user needs to be authenticated to use it, and I am using clerkjs for authentication. Just curious what people are using!

2 Replies

I guess AWS S3 or GCP storage , both support signed url. you mean Vercel Blob? it’s not available yet.
basically Vercel uses third parties services like AWS, Cloudflare, Upstash and Neon. so even if they provide a file store service, it would end up with S3 and so on.
but Vercel is capable of tweaking client libraries to work in Edge Runtime.