Good stuff. Just some comments on the Javadoc
SwiftApi.java
The deprecation comments need to have the param type and only one '{' to
actually work. e.g. {@link #getAccountApiForRegion(String)}
ObjectApi.java
list() has options param
put(String objectName, Payload payload, PutOptions options) has metadata param
get(String objectName) has options param
ContainerApi.java
The list methods should refer to get instead of head.
BulkApi.java
extractArchive method has tar param
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/103#issuecomment-43574754