kpfaulkner / azurecopy

copy blobs between azure, s3 and local storage
Apache License 2.0
36 stars 13 forks source link

Fixed caching files locally #16

Closed konrad-g closed 7 years ago

konrad-g commented 7 years ago

I had to copy huge files between S3 and Azure. When I ran it normally I ran out of memory and program crashed. I added publicly option to cache files locally and I added automatic creating cache directories.

Changes:

kpfaulkner commented 7 years ago

Thanks! Merged. Will incorporate into the next release!