-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow files in directories to be downloaded onto local machine (#…
…2199) * fix: allow files in nested folders to be downloaded onto local machine * fix: revert removal of options.prefix check * test: file.download should create directory paths recursively * fix: move the filtering of directory objects from TransferManager.downloadManyFiles to File.download * fix: handle windows path * chore: remove temporary comments * test: add scenarios where destination is set in Transfer Manager * chore: remove console.warn * fix: merge with main * fix: added transfer manager tests for prefix * fix: address PR comments * fix: paths for windows ci * fix: migrate mkdirsync to await fs/promises/mkdir * fix: var name --------- Co-authored-by: Vishwaraj Anand <[email protected]>
- Loading branch information
1 parent
f2e1e0c
commit 9f62429
Showing
4 changed files
with
122 additions
and
4 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
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