mirror of https://github.com/apache/jclouds.git
Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds: fixes clojure's blobstore clear-container wrapper fn
This commit is contained in:
commit
bbcf87265e
|
@ -223,7 +223,7 @@ Options can also be specified for extension modules
|
||||||
|
|
||||||
(defn clear-container
|
(defn clear-container
|
||||||
"Clear a container."
|
"Clear a container."
|
||||||
[^BlobStore container-name]
|
[^BlobStore blobstore container-name]
|
||||||
(.clearContainer blobstore container-name))
|
(.clearContainer blobstore container-name))
|
||||||
|
|
||||||
(defn delete-container
|
(defn delete-container
|
||||||
|
@ -348,4 +348,4 @@ Options can also be specified for extension modules
|
||||||
(.getETag blob))
|
(.getETag blob))
|
||||||
|
|
||||||
(defn blob-md5 [blob]
|
(defn blob-md5 [blob]
|
||||||
(.getContentMD5 blob))
|
(.getContentMD5 blob))
|
||||||
|
|
Loading…
Reference in New Issue