Retrieves the details of an existing Storage bucket.
buckets
table permissions: select
objects
table permissions: noneThe unique identifier of the bucket you would like to retrieve.
const { data, error } = await supabase .storage .getBucket('avatars')