github.com/aws/aws-sdk-go-v2/service/s3.Options.RetryMaxAttempts (field)

6 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_client.go#L117: 	RetryMaxAttempts int
		api_client.go#L340: 	if v := o.RetryMaxAttempts; v != 0 {
		api_client.go#L378: 	o.RetryMaxAttempts = cfg.RetryMaxAttempts
		api_client.go#L382: 	if v := o.RetryMaxAttempts; v == 0 || v == client.options.RetryMaxAttempts {
		api_client.go#L386: 	o.Retryer = retry.AddWithMaxAttempts(o.Retryer, o.RetryMaxAttempts)