-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate retry handler registration
The retry handlers that hook up to service-data-loaded were added before botocore clients were added. This results in the client level retry handlers being a no-op if they were already loaded (they use the same unique_id). This means you can have subtly different behavior depending on if you (or something else) calls `session.get_service_data()`.
- Loading branch information
Showing
2 changed files
with
3 additions
and
109 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