forked from googleapis/google-cloud-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storage): add Writer.ChunkRetryDeadline
Expose the ChunkRetryDeadline MediaOption through the manual client layer. This allows users to set a longer deadline for chunk retries in resumable uploads if desired. I also considered this as a RetryOption, but 1. it's only relevant for uploads and 2. it should be configured in conjunction with ChunkSize which is a field on Writer. Updates googleapis/google-api-go-client#685
- Loading branch information
Showing
2 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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