mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-21 02:38:02 +08:00
vendor: github.com/aws/aws-sdk-go-v2/config v1.26.6
vendor github.com/aws/aws-sdk-go-v2/config v1.26.6 and related dependencies. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
2
vendor/github.com/aws/aws-sdk-go-v2/aws/retryer.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/aws/retryer.go
generated
vendored
@@ -54,7 +54,7 @@ type Retryer interface {
|
||||
MaxAttempts() int
|
||||
|
||||
// RetryDelay returns the delay that should be used before retrying the
|
||||
// attempt. Will return error if the if the delay could not be determined.
|
||||
// attempt. Will return error if the delay could not be determined.
|
||||
RetryDelay(attempt int, opErr error) (time.Duration, error)
|
||||
|
||||
// GetRetryToken attempts to deduct the retry cost from the retry token pool.
|
||||
|
Reference in New Issue
Block a user