MaxServ / t3ext-fal_s3

S3 driver for FAL
GNU General Public License v2.0
13 stars 10 forks source link

[BUGFIX] fix memory issue when downloading large files #37

Closed mkarulin closed 6 years ago

mkarulin commented 6 years ago

LocalDriver uses readwhile so let's use it here as well. It directly output the contents of the file to the output buffer without reading file into memory, allowing download of much much bigger files.