Moving this to user@...
I am not sure how to get ObjectID for Swift Object. Earlier I have worked with SNIA CDMI object storage. Where we can access an Object using its name or unique ObjectID.
Both the portable BlobStore API [1] and the Swift-specific ObjectApi [2] support blob retrieval by name only, which serves as the unique identifier. The SwiftObject class also does not have an "ObjectID" field [3].
Looking at the Swift API documentation for Objects [4], I can also not see any obvious "ObjectID" field [5]. Could you let us know which attribute you have in mind here?
Regards ap[1] http://jclouds.apache.org/reference/javadoc/1.8.x/org/jclouds/blobstore/BlobStore.html [2] http://jclouds.apache.org/reference/javadoc/1.8.x/org/jclouds/openstack/swift/v1/features/ObjectApi.html [3] http://jclouds.apache.org/reference/javadoc/1.8.x/org/jclouds/openstack/swift/v1/domain/SwiftObject.html [4] http://docs.openstack.org/api/openstack-object-storage/1.0/content/storage_object_services.html [5] http://docs.openstack.org/api/openstack-object-storage/1.0/content/GET_getObject__v1__account___container___object__storage_object_services.html#GET_getObject__v1__account___container___object__storage_object_services-Response
