Skip to content

Expose preconditions to ACL methods #582

@cojenco

Description

@cojenco

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.patch storage.object_acl.patch storage.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.getIamPolicy storage.buckets.setIamPolicy are highly encouraged to control access instead

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the googleapis/python-storage API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions