Production pattern for Supabase Storage uploads with abuse protection
The user is seeking advice on best practices for handling file uploads to Supabase Storage in a production environment, with a focus on preventing abuse such as upload spam. They are considering whether to allow direct uploads with RLS policies or to route uploads through an Edge Function with rate limiting. Another user suggests using Edge Functions for rate limiting and references a relevant guide.