Azure / blobporter

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

Better error message when an empty folder is present and transfer should ignore empty folders, warn and continue. #83

Closed giventocode closed 6 years ago

seguler commented 6 years ago

It shouldn't exit the transfer when such error occurs. Just print to stderr, and continue.. Does it make sense ?

giventocode commented 6 years ago

Fixed in #87, empty folders no longer block the transfer.