buckets
objects
select
with open(destination, 'wb+') as f: res = supabase.storage.from_('bucket_name').download(source) f.write(res)