From 51e5ee4821ead3e2b9a5e12f3ff0afcc8ec01633 Mon Sep 17 00:00:00 2001 From: rajan-personal <39906424+rajan-personal@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:15:08 +0530 Subject: [PATCH] supabase storage intehration --- s3-storage.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/s3-storage.md b/s3-storage.md index f0a2670..e7e4db5 100644 --- a/s3-storage.md +++ b/s3-storage.md @@ -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. :::