remote-apis-sdks icon indicating copy to clipboard operation
remote-apis-sdks copied to clipboard

Support resumable uploads

Open ola-rozenfeld opened this issue 4 years ago • 1 comments

When we retry a failed Write call, we should respect the committed_bytes returned by the server and not redo everything from scratch, saving time and bandwidth.

ola-rozenfeld avatar Oct 09 '20 16:10 ola-rozenfeld

Actually, this won't be as easy, because RBE doesn't support resumable uploads yet, and I'm not sure on the state of other clients. We may need to either catch the Unimplemented error from the server if these are not supported, or consider adding it to Capabilities (I prefer the former).

ola-rozenfeld avatar Oct 15 '20 23:10 ola-rozenfeld