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