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
Previously, the AWS cloud implementation added a custom retrier, but the
option was not threaded through correctly. As a result, the retry option
change made by #151817 was never threaded through to the client.
This constructs a retrier with the max request rate and correctly
implements the option to disable the token bucket. The custom retry
adapter was deleted since we have not been using it and we don't want to
start using it.
Part of: #151748
Release note: none
0 commit comments