google-cloud-go
google-cloud-go copied to clipboard
storage: propagate retry config to grpc methods
While doing #6370 I noticed that ShouldRetry is referenced directly from some methods in grpc_client.go. This means that these methods do not honor the user-configured WithErrorFunc RetryOption, if it has been passed. Filing an issue to fix this up.
cc @noahdietz