Can I upload files (images) through edge functions?
Currently in my backend I am storing images into my disk storage, but i want to store them on the cloud. No cloud object storage is free, but i found out that supabase can store files (images). Is there a way to store them using edge functions in my backend?