Skip to content

`Downloader._write_directory()`: use `ByteStream.Read()`

Santiago Gil requested to merge santigl/download-directory-size-check into master

Description

This corrects the Downloader._write_directory() method so that files are queued to be batch-downloaded or downloaded individually using ByteStream.Read() according to their sizes.

Changes proposed in this merge request:

  • Downloader._write_directory(): change invocation of fetch_file() for download_file(). The latter performs a size check before deciding which mechanism to use for the download.

This merge request, when merged, will address issue/bug:

#191 (closed)

Merge request reports