Is there a .NET library that I can use to sync a folder to S3? I am not interested in full apps or command line tools, just the API. I need to use it from my own app directly.
If there isn't, has anyone written their own, and if so, can you share some of the key considerations when writing one? Anything specific I need to watch out for?
By the way, I will be using this for backups so that I don't have to zip an entire folder and upload the zip file to S3 each time. I am hoping that doing it this way will take a shorter time for very large folders (something like SyncBack).