jumenzel commented on this pull request.


> @@ -37,6 +37,15 @@
 public class ListBucketOptions extends BaseHttpRequestOptions implements 
Cloneable {
    public static final ListBucketOptions NONE = new ListBucketOptions();
 
+   public ListBucketOptions withListType(String listType) {

It's a bit strange, the only value that's allowed is 2. That's how list objects 
v2 is triggered. 
With v1 you don't set list-type at all. So there's no list type v1. 
I can just make it an int and only allow value 2. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1267#discussion_r248839439

Reply via email to