This PR removes the dependency on the _varargs_ for the **ObjectApi.list()** method.
It also adds the **ContainerApi.head()** method to get just the Container metadata, rather than retrieving the entire object. This method is utilized to determine if a container exists or not. This will need to be merged to master and the 1.7 branch. Thx! You can merge this Pull Request by running: git pull https://github.com/rackerlabs/jclouds-labs-openstack api-updates Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-labs-openstack/pull/89 -- Commit Summary -- * Added explicit list() method to ObjectApi and head() to ContainerApi along with tests. * Reverted copy/paste issue in ContainerApiMockTest -- File Changes -- M openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/features/ContainerApi.java (17) M openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/features/ObjectApi.java (17) M openstack-swift/src/test/java/org/jclouds/openstack/swift/v1/features/ContainerApiMockTest.java (28) M openstack-swift/src/test/java/org/jclouds/openstack/swift/v1/features/ObjectApiLiveTest.java (12) M openstack-swift/src/test/java/org/jclouds/openstack/swift/v1/features/ObjectApiMockTest.java (24) -- Patch Links -- https://github.com/jclouds/jclouds-labs-openstack/pull/89.patch https://github.com/jclouds/jclouds-labs-openstack/pull/89.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/89
