Chris Cotter
Chris Cotter
Adds a RetryOption to set a timeout on stalled reads during downloads. If individual calls to body.Read() exceed this timeout, the connection will be closed and reopened from the last...
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....
Updates objstore to HEAD. Also transitively picks up updates for the GCS SDK (see thanos-io/objstore#165). Also removes replace statement pinning google.golang.org/grpc. Issue which was referenced in the comment (grpc/grpc-go#7314) is...
When I was porting TestIntegration_ReadCRC to multi-transport, I noticed that it fails for JSON in cases where [ReadCompressed](https://pkg.go.dev/cloud.google.com/go/storage#ObjectHandle.ReadCompressed) is set with the following error: `google api: custom Accept-Encoding headers not...