-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): align retry idempotency (part 1) (#4715)
Certain non-idempotent operations were being retried by the library, and certain idempotent operations were not. This fixes the following operations: Add retry: notifications.delete, service_account.get Remove retry: bucket_acl.delete, bucket_acl.update, default_object_acl.delete, default_object_acl.update, object_acl.delete, object_acl.update, hmacKey.create Additional PR on conditionally idempotent operations to come.
- Loading branch information
Showing
4 changed files
with
25 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters