mirror of https://github.com/apache/jclouds.git
Clean up a comment on the blobstore2/blob function. For realsies.
This commit is contained in:
parent
29744fddda
commit
6a3ce93d26
|
@ -313,7 +313,7 @@ Options can also be specified for extension modules
|
||||||
(defn blob
|
(defn blob
|
||||||
"Create a new blob with the specified payload and options.
|
"Create a new blob with the specified payload and options.
|
||||||
|
|
||||||
The payload argument can be anything accepted by org.jclouds.io.Payloads."
|
The payload argument can be anything accepted by the PayloadSource protocol."
|
||||||
([^String name &
|
([^String name &
|
||||||
{:keys [payload content-type content-length content-md5 calculate-md5
|
{:keys [payload content-type content-length content-md5 calculate-md5
|
||||||
content-disposition content-encoding content-language metadata]}]
|
content-disposition content-encoding content-language metadata]}]
|
||||||
|
|
Loading…
Reference in New Issue