mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 05:44:25 +08:00
29 lines
925 B
Plaintext
29 lines
925 B
Plaintext
---
|
|
slug: /
|
|
sidebar_position: 1
|
|
sidebar_label: Storage Server
|
|
---
|
|
|
|
# Supabase Storage Server
|
|
|
|
An S3 compatible object storage service that integrates with Postgres.
|
|
|
|
- Uses Postgres as it's datastore for storing metadata
|
|
- Authorization rules are written as Postgres Row Level Security policies
|
|
- Integrates with S3 as the storage backend (with more in the pipeline!)
|
|
- Extremely lightweight and performant
|
|
|
|
Read [this post](https://supabase.com/blog/supabase-storage) on why we decided to build a new object storage service.
|
|
|
|
## Client libraries
|
|
|
|
- [JavaScript](https://github.com/supabase/storage-js)
|
|
- [Dart](https://github.com/supabase/storage-dart)
|
|
|
|
## Additional Links
|
|
|
|
- [Source Code](https://github.com/supabase/storage-api)
|
|
- [Known bugs and issues](https://github.com/supabase/storage-js/issues)
|
|
- [Storage Guides](https://supabase.com/docs/guides/storage)
|
|
- [OpenAPI Docs](https://supabase.github.io/storage-api/)
|