mirror of https://github.com/apache/jclouds.git
Don't need to qualify blobstore/list-containers.
This commit is contained in:
parent
e64fd52a60
commit
438ee7abe2
|
@ -133,7 +133,7 @@ Options can also be specified for extension modules
|
||||||
(apply list-container *blobstore* blobstore args)))
|
(apply list-container *blobstore* blobstore args)))
|
||||||
|
|
||||||
(defn- list-blobs-chunk [container prefix blobstore & [marker]]
|
(defn- list-blobs-chunk [container prefix blobstore & [marker]]
|
||||||
(apply blobstore/list-container blobstore container
|
(apply list-container blobstore container
|
||||||
:in-directory prefix (when (string? marker)
|
:in-directory prefix (when (string? marker)
|
||||||
[:after-marker marker])))
|
[:after-marker marker])))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue