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
gsutil acl get on a bucket that has bucket-level policies set fails with message:
BadRequestException: 400 Cannot get legacy ACL for a bucket that has uniform bucket-level access. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access.
expected behavior: it should validate that i can have access to the bucket
The text was updated successfully, but these errors were encountered:
An alternative way of doing this check might just to try to create a temp
file to see if the user has access to the bucket. If it works, we delete
the file and continue, otherwise we can fail out since they don't have the
necessary access.
musiciancodes
changed the title
gsutil acl get doesn't work for uniform bucket-level access
gsutil commands fail when using bucket-level policies.
Jan 8, 2020
gsutil acl get on a bucket that has bucket-level policies set fails with message:
expected behavior: it should validate that i can have access to the bucket
The text was updated successfully, but these errors were encountered: