google-cloud-go
google-cloud-go copied to clipboard
fix(storage): Handle StartResumableWrite errors correctly.
When StartResumableWrite errors, we were setting an interface to a nil with the implementation type. This uses an intermediate variable, and only assigns to the interface if there was no error.
This probably requires a new release branch (v1.56.4?)
Looks good to me but I think you'll have to re-open the PR against a new branch in origin. Do you have permission to create one? If not I can do it.