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')
Retrieves the details of an existing Storage bucket.
buckets
permissions: select
objects
permissions: none
final res = await supabase
.storage
.getBucket('avatars')
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status