mirror of https://github.com/apache/jclouds.git
Correct the argument order of create-container.
This commit is contained in:
parent
2a6580d342
commit
769ba19157
|
@ -126,8 +126,8 @@ Options can also be specified for extension modules
|
||||||
(if (blobstore? blobstore)
|
(if (blobstore? blobstore)
|
||||||
(create-container blobstore "default" container-name)
|
(create-container blobstore "default" container-name)
|
||||||
(create-container *blobstore* container-name blobstore)))
|
(create-container *blobstore* container-name blobstore)))
|
||||||
([blobstore container-name location-name]
|
([blobstore location-name container-name]
|
||||||
(.createContainerInLocation blobstore container-name location-name)))
|
(.createContainerInLocation blobstore location-name container-name)))
|
||||||
|
|
||||||
(defn clear-container
|
(defn clear-container
|
||||||
"Clear a container."
|
"Clear a container."
|
||||||
|
|
Loading…
Reference in New Issue