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
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
The PATCH API requests for ACL in python-storage utilize storage.buckets.patch or storage.objects.patch, instead of ACL specific endpoints such as storage.bucket_acl.patchstorage.object_acl.patchstorage.default_object_acl.patch
Add preconditions support to the ACL library methods to make the patch operations conditionally idempotent
Add retry configuration
Note: IAM configurations storage.buckets.getIamPolicystorage.buckets.setIamPolicy are highly encouraged to control access instead