id | title | description | subtitle | sidebar_label | hideToc |
---|---|---|---|---|---|
storage |
Storage |
Use Supabase to store and serve files. |
Use Supabase to store and serve files. |
Overview |
true |
Supabase Storage makes it simple to upload and serve files of any size, providing a robust framework for file access controls.
You can use Supabase Storage to store images, videos, documents, and any other file type. Serve your assets with a global CDN to reduce latency from over 285 cities globally. Supabase Storage includes a built-in image optimizer, so you can resize and compress your media files on the fly.
Check out all of the Storage templates and examples in our GitHub repository.
export const examples = [ { name: 'Resumable Uploads with Uppy', description: 'Use Uppy to upload files to Supabase Storage using the TUS protocol (resumable uploads).', href: 'https://github.com/supabase/supabase/tree/master/examples/storage/resumable-upload-uppy', }, ]
Find the source code and documentation in the Supabase GitHub repository.