-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
casng, byte streaming implementation (#462)
Byte streaming is used to upload large files that do not fit in a batching request. This implementation avoids using the chunker package by leveraging the streaming nature of IO buffering. Furthermore, error handling is more robust in this implementation since all errors are handled while ensuring a graceful cancelation when necessary.
- Loading branch information
Showing
5 changed files
with
544 additions
and
11 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
Oops, something went wrong.