This fixes an issue where only first chunks are returned for larger files, effectively corrupting the data.
This works so that we instead ask Azure to create a read stream that we will consume, and the concat-stream module takes care of combining all the data chunks into one buffer that can be returned to the client.
This fixes an issue where only first chunks are returned for larger files, effectively corrupting the data.
This works so that we instead ask Azure to create a read stream that we will consume, and the
concat-stream
module takes care of combining all the data chunks into one buffer that can be returned to the client.