fix(storage): Update offset on resumable upload retry by cjc25 · Pull Request #12086 · googleapis/google-cloud-go
When resumable uploads retry, they may observe a flush offset which is past the start of the current send (in fact the whole send might have already completed). In that case, we avoided re-sending unnecessary data, but we didn't update the offset to account for the data not sent.
cjc25
requested a review
from a team
cjc25
changed the title
fix: Update offset on resumable upload retry
fix(storage): Update offset on resumable upload retry
label
Apr 30, 2025
cjc25
deleted the
resumable-upload-grpc-fix
branch
2FaceS-bit pushed a commit to 2FaceS-bit/google-cloud-go that referenced this pull request
May 12, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters