mirror of https://github.com/apache/jclouds.git
Missed a layer of nesting.
This commit is contained in:
parent
3db58174bd
commit
328679799b
|
@ -287,7 +287,7 @@ note that this implies rebuffering, if the blob's payload isn't repeatable"
|
|||
(-> (blobstore-context blobstore-or-payload)
|
||||
.utils
|
||||
.encryption
|
||||
.generateMD5BufferingIfNotRepeatable blob-or-name)
|
||||
(.generateMD5BufferingIfNotRepeatable blob-or-name))
|
||||
(md5-blob blob-or-name blobstore-or-payload *blobstore*)))
|
||||
([#^String name payload #^BlobStore blobstore]
|
||||
(md5-blob (blob name payload blobstore) blobstore)))
|
||||
|
|
Loading…
Reference in New Issue