Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: apply idempotency policies for ACLs #458

Merged
merged 7 commits into from Jun 8, 2021

Commits on Jun 8, 2021

  1. fix: use 'retry=None' as default for 'Client._put_resource'

    Per idempotency policy.
    tseaver committed Jun 8, 2021
    Copy the full SHA
    10c1cba View commit details
    Browse the repository at this point in the history
  2. fix: use 'retry=None' as default for 'Client._patch_resource'

    Per idempotency polixy.
    tseaver committed Jun 8, 2021
    Copy the full SHA
    aa39c41 View commit details
    Browse the repository at this point in the history
  3. fix: force 'retry=None' for 'ACL.{save,save_predefined,clear}'

    Per idempotency polity.
    tseaver committed Jun 8, 2021
    Copy the full SHA
    d6781d4 View commit details
    Browse the repository at this point in the history
  4. fix: remove 'retry' arg from 'Bucket.make_public'

    Per idempotency policy.
    tseaver committed Jun 8, 2021
    Copy the full SHA
    e7569f8 View commit details
    Browse the repository at this point in the history
  5. fix: remove 'retry' arg from 'Bucket.make_private'

    Per idempotency policy.
    tseaver committed Jun 8, 2021
    Copy the full SHA
    7a71435 View commit details
    Browse the repository at this point in the history
  6. fix: remove 'retry' arg from 'Blob.make_public'

    Per idempotency policy.
    tseaver committed Jun 8, 2021
    Copy the full SHA
    12ff990 View commit details
    Browse the repository at this point in the history
  7. fix: remove 'retry' arg from 'Blob.make_private'

    Per idempotency policy.
    tseaver committed Jun 8, 2021
    Copy the full SHA
    64c5355 View commit details
    Browse the repository at this point in the history