other S3 compatible storage backend
Is it pssoble to use supabase cloud but to use a different S3 compatible storage backend?
2 Replies
No, not with the storage api.
What about using supabase auth to verify uploads, create a signed url using a function, returning that to the user?