Azure / blobporter

Highly concurrent data transfer tool for Azure Blob Storage.
Other
85 stars 29 forks source link

Download empty files (Fixes #102) #106

Closed zachomedia closed 5 years ago

zachomedia commented 6 years ago

This provides a fix for downloading empty files (#102).

I don't know if this fix is 100% the right way to do it. This PR forces 1 block, so that it is sent to the target pipeline - which will create the file.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

giventocode commented 5 years ago

@zachomedia , thanks for the PR. It seems to solve the issue. However, I could not validate/include in the latest release, because of a conflict. Do you mind making a pull from dev, make the change and update the PR?

zachomedia commented 5 years ago

@giventocode I rebased my PR against the latest version of the dev branch.