Retrieve a bucket
Retrieves the details of an existing Storage bucket.
Retrieves the details of an existing Storage bucket.
- Policy permissions required:
buckets
permissions:select
objects
permissions: none
Parameters
- idREQUIREDstring
The unique identifier of the bucket you would like to retrieve.
final Bucket bucket = await supabase
.storage
.getBucket('avatars');