phillipsj / Cake.AzureStorage

Cake Addin for working with Azure Storage
Apache License 2.0
6 stars 10 forks source link

Check for existing files and only upload if different #19

Open GeertvanHorrik opened 6 years ago

GeertvanHorrik commented 6 years ago

I've written something similar and needed to use it inside Cake. If this can be used instead of my own project, that would be nice.

Maybe you can (I can help if you want) integrate parts of that code-base where I submit the MD5 hash as well:

https://github.com/CatenaLogic/AzureStorageSync/blob/develop/src/AzureStorageSync/Azure/DifferenceCalculator.cs

Then the sync of large file sets could be faster.