mirror of https://github.com/apache/jclouds.git
Include the delimiter field in ListContainerOptions.toString.
This commit is contained in:
parent
9d88f6df5e
commit
11fac4f020
|
@ -300,6 +300,7 @@ public class ListContainerOptions extends ListOptions implements Cloneable {
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "[dir=" + dir + ", recursive=" + recursive + ", detailed=" + detailed
|
return "[dir=" + dir + ", recursive=" + recursive + ", detailed=" + detailed
|
||||||
+ ", prefix=" + prefix + ", marker=" + getMarker()
|
+ ", prefix=" + prefix + ", marker=" + getMarker()
|
||||||
|
+ ", delimiter=" + delimiter
|
||||||
+ ", maxResults=" + getMaxResults() + "]";
|
+ ", maxResults=" + getMaxResults() + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue