mirror of https://github.com/apache/jclouds.git
fixes typo in clj blobstores to allow for blob-last-modified accessors
This commit is contained in:
parent
25dcc49aa3
commit
98ffa9c4b5
|
@ -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