Closed tomasvotava closed 1 year ago
This get-or-create approach, contrary to the original create-or-fail, does not require the caller to have storage.buckets.create permission in cases when the bucket already exists.
storage.buckets.create
Solves #64
This get-or-create approach, contrary to the original create-or-fail, does not require the caller to have
storage.buckets.create
permission in cases when the bucket already exists.Solves #64