const github.com/aws/aws-sdk-go-v2/aws.RetryModeStandard

3 uses

	github.com/aws/aws-sdk-go-v2/aws (current package)
		retryer.go#L16: 	RetryModeStandard RetryMode = "standard"
		retryer.go#L31: 		return RetryModeStandard, nil

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L336: 		o.RetryMode = aws.RetryModeStandard