Connect Supabase storage to ittybit
This guide shows you how to connect your Supabase Storage bucket to ittybit to verify end-to-end triggers and webhooks.
1. Get S3 credentials from Supabase
First, ensure your storage bucket exists.
Using SQL (recommended):
Get credentials:
- Go to Settings → API in Supabase.
- Copy the entire S3 configuration JSON.
- Ensure the
bucket
value matches your created bucket.
2. Save the credentials in ittybit
- Create an environment variable:
S3_CONNECTION_JSON
. - Paste your complete credentials JSON into that variable.
3. Use the saved connection in POST requests
Create the automatic trigger:
Reference connections in API calls: