mirror of https://github.com/apache/jclouds.git
Clean up a comment on the blobstore2/blob function.
This commit is contained in:
parent
6152de91c5
commit
29744fddda
|
@ -313,8 +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, or
|
The payload argument can be anything accepted by org.jclouds.io.Payloads."
|
||||||
you can make one manually (recommended) with the payload protocol function."
|
|
||||||
([^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