github.com/aws/aws-sdk-go-v2/service/s3.Options.Retryer (field)
8 uses
github.com/aws/aws-sdk-go-v2/service/s3 (current package)
api_client.go#L130: Retryer aws.Retryer
api_client.go#L325: if o.Retryer != nil {
api_client.go#L354: o.Retryer = retry.NewAdaptiveMode(adaptiveOptions...)
api_client.go#L357: o.Retryer = retry.NewStandard(standardOptions...)
api_client.go#L365: o.Retryer = cfg.Retryer()
api_client.go#L386: o.Retryer = retry.AddWithMaxAttempts(o.Retryer, o.RetryMaxAttempts)
api_client.go#L430: Retryer: o.Retryer,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)