-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Determine
Content-Length
Before Attempting Multi-chunk Upload (#…
…2074) * test: Add system-tests for resumable multi-chunk uploads * test: streamline multi-chunk upload system tests * chore: verify `Content-Range`: `bytes ${this.offset}-*/*` behavior * style: typo * style: typo * fix: determine content-length before attempting multi-chunk upload * test: Use bigger file for multi-chunk test since chunks need to be large * feat: dynamically determine Content-Length when unspecified * feat: dynamically determine Content-Length when unspecified * docs: clarifications, make it easier for the future team * docs: Another clarification
- Loading branch information
1 parent
4fb3e00
commit 666402a
Showing
3 changed files
with
134 additions
and
16 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
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