Question about Vercel Blob
Unanswered
Red wood ant posted this in #help-forum
Red wood antOP
Hi, i can understand the server upload is limited to 4.5 mb. However, if i want to push videos upto 1GB - is there a way to configure blob for this?
I'm currently using s3.
I'm currently using s3.
5 Replies
Red wood antOP
Hi team, anything in here?
@Red wood ant Hi, i can understand the server upload is limited to 4.5 mb. However, if i want to push videos upto 1GB - is there a way to configure blob for this?
I'm currently using s3.
i'm neither part of the team nor have access to vercel blob, but if it's like aws s3 then you can generate a presigned URL
then upload to that URL directly from the browser without going through your api route
Red wood antOP
i'm already using s3, but wanted to see if i can use blob instead
then try generating a presigned url. i think it very likely works.