Dart Reference v2.0

Retrieve a bucket

Retrieves the details of an existing Storage bucket.

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

final Bucket bucket = await supabase
  .storage
  .getBucket('avatars');