Liking cljdoc? Tell your friends :D
Clojure only.

com.moclojer.components.storage


assoc-ifclj

(assoc-if m k v)
source

IStoragecljprotocol

get-bucketclj

(get-bucket this bucket-name)

list-bucketsclj

(list-buckets this)

create-bucket!clj

(create-bucket! this bucket-name)

upload!clj

(upload! this bucket-name k value ctx)
(upload! this bucket-name k value cp ctx)

initializeclj

(initialize this bucket-name)

get-fileclj

(get-file this bucket-name filename)

list-filesclj

(list-files this bucket-name)

delete-bucket!clj

(delete-bucket! this bucket-name)

delete-file!clj

(delete-file! this bucket-name filename)
source

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

× close