> In that case retrying the delete of the previous chunk is also likely to > succeed. Does jclouds as a whole have a > stance on retries, i.e. will it usually retry an operation if it fails?
jclouds does indeed have support for automated retry policies (@andrewgaul would probably be better placed to explain the details), but given what you outlined I think we're OK with the "fail hard" approach for now. We can always improve on this in a subsequent PR if that turns out to be necessary. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/123#issuecomment-23093497
