Liking cljdoc? Tell your friends :D
Clojure only.

ventas.storage.protocol


StorageBackendcljprotocol

get-objectclj

(get-object this key)

get-public-urlclj

(get-public-url this key)

list-objectsclj

(list-objects this)
(list-objects this prefix)

put-objectclj

(put-object this key file)

remove-objectclj

(remove-object this key)

stat-objectclj

(stat-object this key)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close