Updates a new Storage bucket
buckets
permissions: update
objects
permissions: noneA unique identifier for the bucket you are updating.
A parameter to optionally make the bucket public.
final String res = await supabase
.storage
.updateBucket('avatars', const BucketOptions(public: false));