mirror of https://github.com/apache/jclouds.git
Use blobstore argument in md5-blob instead of dynamically-bound var.
This commit is contained in:
parent
1274a25e17
commit
2ad5df1d3c
|
@ -288,7 +288,7 @@ note that this implies rebuffering, if the blob's payload isn't repeatable"
|
|||
blob-or-name)
|
||||
(md5-blob blob-or-name blobstore-or-payload *blobstore*)))
|
||||
([#^String name payload #^BlobStore blobstore]
|
||||
(md5-blob (blob name payload *blobstore*) *blobstore*)))
|
||||
(md5-blob (blob name payload blobstore) blobstore)))
|
||||
|
||||
(defn upload-blob
|
||||
"Create anrepresenting text data:
|
||||
|
|
Loading…
Reference in New Issue