kpfaulkner / azurecopy

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

Copy files >2GB from Azure to S3 #33

Open slunyakin-zz opened 6 years ago

slunyakin-zz commented 6 years ago

Hello,

I have System.OutOfMemoryException exception when I try to copy a big file (2.2 Gb) from Azure Blob to S3. Is there an option to solve it?

Thanks!

crazy-gecko commented 5 years ago

I will most likely run into this problem, too. I want to use azurecopy to backup data from Azure to S3 and that involves fies larger than 100GB. Any way they can be e.g. split or (in a way) streamed directly from Azure to S3?