You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow files in directories to be downloaded onto local machine (googleapis#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 <vishwaraj.anand00@gmail.com>
0 commit comments