On 03 Jul 2014, at 19:27 , Andrew Phillips <[email protected]> wrote:
> Hi Nikola > >> is there a way to abort a putBlob operation, making sure that the object >> store will not create the blob? > > Just to clarify: are you looking to issue the abort *after* jclouds has made > the HTTP call (i.e. while it's busy transmitting the content to the target), > or after you've invoked the "putBlob" method but *before* the HTTP request > starts? Or some other scenario? Hi Andrew, well, both, actually :) Since as an user of the library, I don’t know whether jclouds has made the HTTP call. However, the more likely case would be the first one, to abort after jclouds has made the HTTP call. Thanks, Nikola
