I'm currently using Rackspace cloud files for backing up files, some that can be rather large, and I would like to avoid having to start from the beginning every time there is a failure in the network. For example, some time ago my log showed a 503 error happening with the server being unavailable which caused the upload to stop.
Is there anyway the .Net SDK can handle this? If not, is there another possible solution working around the SDK? I've been searching for a solution, but have not yet come across anything.
Thank you.
EDIT: I've tried solving this in the meantime by creating my own method for segmentation for files as big as 2 GB, even though the SDK does that for you. By dealing with smaller pieces of files, this helps, but it will result in take=ing up a lot of room in the container( 1000 object limit), so I'd still like to see if there is a better way to prevent this problem.