jiffysrc commented on a change in pull request #125:
URL: https://github.com/apache/jclouds/pull/125#discussion_r775463338
##########
File path:
blobstore/src/main/java/org/jclouds/blobstore/options/ListContainerOptions.java
##########
@@ -231,6 +244,15 @@ public ListContainerOptions delimiter(String
delimiterString) {
return this;
}
+ /**
+ * return a listing of all objects inside the store, recursively.
+ */
+ public ListContainerOptions versions() {
+ // checkArgument(path == null, "path and recursive combination currently
not supported");
Review comment:
Will be removed as part of bucket configuration PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]