列出一个bucket内的所有文件。
final res = await supabase .storage .from('avatars') .list();
buckets
objects
select