buckets
table permissions: noneobjects
table permissions: select
The duration the signed url should be valid for.
The paths of the files you want to create signed urls for.
val urls = supabase.storage.from("avatars").createSignedUrls(20.minutes, "avata1.jpg", "avatar2.jpg")