> I think BaseBlobIntergrationTest is the one. >From what I can see, `objectExists` is actually only defined in >[CommonSwiftClient](https://github.com/jclouds/jclouds/blob/master/apis/swift/src/main/java/org/jclouds/openstack/swift/CommonSwiftClient.java#L121); > it's not a BlobStore method. `blobExists` seems like the closest relative [in >BlobStore](https://github.com/jclouds/jclouds/blob/master/blobstore/src/main/java/org/jclouds/blobstore/BlobStore.java#L185), > but I don't think it has the same contract regarding exceptions.
[CommonSwiftClientTest](https://github.com/jclouds/jclouds/blob/master/apis/swift/src/test/java/org/jclouds/openstack/swift/CommonSwiftClientTest.java)? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/165#issuecomment-25612090
