Liking cljdoc? Tell your friends :D

deercreeklabs.s3-utils.utils


configure-loggingclj

(configure-logging)
(configure-logging level)
source

IS3Clientcljprotocol

s3-getclj

(s3-get this bucket k success-cb failure-cb)

s3-putclj

(s3-put this bucket k data success-cb failure-cb)

stopclj

(stop this)
source

make-callbacksclj

(make-callbacks ret-ch)
source

make-failure-callbackclj

(make-failure-callback ret-ch)
source

make-s3-clientclj

(make-s3-client)
source

make-success-callbackclj

(make-success-callback ret-ch)
source

sym-mapclj/smacro

(sym-map & syms)

Builds a map from symbols. Symbol names are turned into keywords and become the map's keys. Symbol values become the map's values. (let [a 1 b 2] (sym-map a b)) => {:a 1 :b 2}

Builds a map from symbols.
 Symbol names are turned into keywords and become the map's keys.
 Symbol values become the map's values.
(let [a 1
      b 2]
  (sym-map a b))  =>  {:a 1 :b 2}
sourceraw docstring

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

× close