Quick functionality question: what should happen if one of the "delete chunk" calls fails? Should it continue with subsequent chunks?
As regards the tests, the one I think we'd be looking at initially is overriding the default [`deleteObject` test](https://github.com/jclouds/jclouds/blob/master/blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseBlobIntegrationTest.java#L404) in [SwiftBlobIntegrationLiveTest](https://github.com/jclouds/jclouds/blob/master/apis/swift/src/test/java/org/jclouds/openstack/swift/blobstore/integration/SwiftBlobIntegrationLiveTest.java). That _should_ be a matter of changing the dataProvider for the test and adding some hopefully straightforward assertions - please ping back if it turns out to be more complicated than that. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/123#issuecomment-23060930
