We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1be727 commit 44bfe0dCopy full SHA for 44bfe0d
aws/retry/standard.go
@@ -107,8 +107,6 @@ type RateLimiter interface {
107
AddTokens(uint) error
108
}
109
110
-func nopTokenRelease(error) error { return nil }
111
-
112
// Standard is the standard retry pattern for the SDK. It uses a set of
113
// retryable checks to determine of the failed request should be retried, and
114
// what retry delay should be used.
0 commit comments