mirror of https://github.com/apache/jclouds.git
Merge pull request #55 from bmabey/master
fixed small typo in clojure's blobstore implementation to create a blob-last-modified accessor
This commit is contained in:
commit
413b5b8124
|
@ -454,7 +454,7 @@ container, name, string -> etag"
|
|||
(download-blob container-name name (FileOutputStream. target) blobstore))
|
||||
|
||||
(define-accessors StorageMetadata "blob" type id name
|
||||
location-id uri last-modfied)
|
||||
location-id uri last-modified)
|
||||
(define-accessors BlobMetadata "blob" content-type)
|
||||
|
||||
(defn blob-etag [blob]
|
||||
|
|
|
@ -341,7 +341,7 @@ Options can also be specified for extension modules
|
|||
(.build blob-builder))))
|
||||
|
||||
(define-accessors StorageMetadata "blob" type id name
|
||||
location-id uri last-modfied)
|
||||
location-id uri last-modified)
|
||||
(define-accessors BlobMetadata "blob" content-type)
|
||||
|
||||
(defn blob-etag [blob]
|
||||
|
|
Loading…
Reference in New Issue