List all buckets
Retrieves the details of all Storage buckets within an existing project.
Retrieves the details of all Storage buckets within an existing product.
- Policy permissions required:
buckets
permissions:select
objects
permissions: none
final List<Bucket> bucke = await supabase
.storage
.listBuckets();