Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
supabase storage intehration
  • Loading branch information
rajan-personal committed Apr 14, 2025
commit 51e5ee4821ead3e2b9a5e12f3ff0afcc8ec01633
9 changes: 7 additions & 2 deletions s3-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ S3_ENDPOINT=https://your-s3-provider.com
S3_REGION=XXX
S3_ACCESS_KEY_ID=XXX
S3_SECRET_ACCESS_KEY=XXX

# Optional: Specify the provider if using Supabase or other non-standard S3 services
# S3_PROVIDER=supabase
```

:::note
S3 storage in Manifest has been **validated** with **AWS S3** and **DigitalOcean Spaces**. Other S3-compatible providers may work, but they have not been officially tested.
:::note
- Set `S3_PROVIDER=supabase` **only** if using Supabase. Ensure its `S3_ENDPOINT` URL does **not** end with `/s3`.
- `S3_PROVIDER` is optional for standard providers like AWS S3 and DigitalOcean Spaces.
- Validated with AWS S3 & DigitalOcean Spaces. Other S3-compatible providers may work but are untested.
:::