Update a bucket
Updates a new Storage bucket
- Policy permissions required:
buckets
permissions:update
objects
permissions: none
final res = await supabase
.storage
.updateBucket('avatars', const BucketOptions(public: false));
Updates a new Storage bucket
buckets
permissions: update
objects
permissions: none
final res = await supabase
.storage
.updateBucket('avatars', const BucketOptions(public: false));