8 ms·
We don't support S3 event notifications directly, but you achieve similar functionality by using Database Webhooks [1]. You can trigger any HTTP endpoint or a S
by inian 2y ago
We don't support S3 event notifications directly, but you achieve similar functionality by using Database Webhooks [1]. You can trigger any HTTP endpoint or a Supabase Edge function by adding a trigger to the objects table [3] in the Storage schema.
[1]: https://supabase.com/docs/guides/database/webhooks https://supabase.com/docs/guides/database/webhooks
[2]: https://supabase.com/docs/guides/functions https://supabase.com/docs/guides/functions
[3]: https://supabase.com/docs/guides/storage/schema/design https://supabase.com/docs/guides/storage/schema/design