I'm using the org.jclouds.openstack.swift.v1.blobstore.RegionScopedSwiftBlobStore through the org.jclouds.blobstore.BlobStore interface, and I have no way to remove a multi-part object other than calling removeBlob(String container, String name) because I cannot list all the part names either (which would allow me to call removeBlobs(String container, Iterable<String> names)).
When calling removeBlob() (like I would on a normal object) some of the parts are left in the container. Or did I get that wrong? :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/878#issuecomment-174027481
