Description
Is your feature request related to a problem? Please describe.
The resumable upload API allows specifying a final length of the object if known in a HTTP header. There is no way to pass this value into the Java GCS API for resumable uploads, though.
Describe the solution you'd like
A Storage.writer
method overload that takes the final content length.