Supabase Launches Storage v3 with 50GB File Support and Resumable Uploads
Apr 12th, 2023Product
-
Supabase introduces Storage v3 featuring Resumable Uploads, Quality Filters, Next.js and WebP support, handling files up to 50GB.
-
Resumable Uploads allow users to continue file uploads from the interruption point, splitting files into chunks for reliability.
-
New image transformation options and Next.js loader enable quality and format specifications, simplifying image serves from Storage.
-
Presigned URLs and bucket-specific size/file type restrictions enhance secure, direct client uploads without server validation.
-
Technical deep dive into the Resumable Uploads showcases implementation using TUS, Postgres Advisory locks, and scaling solutions.