Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 2.03 KB

storage.mdx

File metadata and controls

64 lines (54 loc) · 2.03 KB
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.

Features

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.

Examples

Check out all of the Storage templates and examples in our GitHub repository.

{examples.map((x) => (
{x.description}
))}

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', }, ]

Resources

Find the source code and documentation in the Supabase GitHub repository.

{[ { name: 'Supabase Storage API', description: 'View the source code.', href: 'https://github.com/supabase/storage-api', }, { name: 'OpenAPI Spec', description: 'See the Swagger Documentation for Supabase Storage.', href: 'https://supabase.github.io/storage/', }, ].map((x) => (
{x.description}
))}