You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To access a bucket, the GoogleCloudStorageClient uses a get_bucket method that requires the storage.buckets.get permission. Do we actually need to get the bucket or are we able to interact with buckets using lower level objects permissions instead of higher level bucket permissions? If we don't need to get buckets, we can reduce the number of permissions given to service accounts.
The text was updated successfully, but these errors were encountered:
To access a bucket, the
GoogleCloudStorageClient
uses aget_bucket
method that requires thestorage.buckets.get
permission. Do we actually need to get the bucket or are we able to interact with buckets using lower level objects permissions instead of higher level bucket permissions? If we don't need to get buckets, we can reduce the number of permissions given to service accounts.The text was updated successfully, but these errors were encountered: