Home

Retrieve a bucket

Retrieves the details of an existing Storage bucket.

  • Policy permissions required:
    • buckets permissions: select
    • objects permissions: none

final res = await supabase
  .storage
  .getBucket('avatars')