google-cloud-go
google-cloud-go copied to clipboard
feat(storage): read min throughput option
Adds a RetryOption to set a minimum throughput per second on reads. If Read was called and throughput is below this level, then the connection will be closed and reopened.
This timeout will also be applied to gRPC reads in a future PR.
Supercedes #10683