Hi all, is there a way to abort a putBlob operation, making sure that the object store will not create the blob?
For example, if I'm issue a putBlob operation, where I generate the content and pass it to the Blob through PipedInputStream/PipedOutputStream pair, would it be possible to abort the operation if there is an exception in the generation. I'm not sure would mere closing of a blob's stream prevent the object store from creating the blob. If the input stream I pass to blob.setPayload() throws an IOException, would that do the trick? Thanks, Nikola
