-
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: TransferManager#downloadFileInChunks issues (#2373)
* First pass at fixes for #2372 * Added JSDoc for DownloadFileInChunksOptions#noReturnData * Changed type of DownloadFileInChunksOptions#noReturnData to be clearer on the default * Update src/transfer-manager.ts Fixed typo Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * TransferManager#downloadFileInChunks test case for failed CRC32C validation * TransferManager#downloadFileInChunks test case for return values and noReturnData option * Fixed JSDocs for TransferManager#downloadFileInChunks --------- Co-authored-by: Daniel Bankhead <dan@danielbankhead.com>
- Loading branch information
1 parent
58bee1a
commit 65950f3
Showing
2 changed files
with
74 additions
and
13 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