# Supabase Storage v3: Resumable Uploads with support for 50GB files

DevFeed: [Supabase Storage v3: Resumable Uploads with support for 50GB files](<https://devfeed.tech/articles/supabase-storage-v3-resumable-uploads-with-support-for-50gb-files-561.md>)

Original publisher: [Read original article](<https://supabase.com/blog/storage-v3-resumable-uploads>)

Author: Fabrizio Fenoglio; Inian Parameshwaran

Published: 2023-04-12T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [browser](<https://devfeed.tech/topics/browser.md>), [client](<https://devfeed.tech/topics/client.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [browser](<https://devfeed.tech/tags/browser.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [connectivity](<https://devfeed.tech/tags/connectivity.md>), [features](<https://devfeed.tech/tags/features.md>), [http](<https://devfeed.tech/tags/http.md>), [images](<https://devfeed.tech/tags/images.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [storage](<https://devfeed.tech/tags/storage.md>)

## AI overview

Supabase Storage v3 adds resumable uploads, allowing interrupted uploads to continue from where they stopped. The release also supports files up to 50GB on the Pro Plan or higher, image transformations with WebP output, a Next.js image loader, presigned upload URLs, and per-bucket size and file-type limits.

## Source excerpt

Storage V3 with lots of new features including resumable uploads, more image transformationsm a Next.js image loader and more.