Liking cljdoc? Tell your friends :D

deercreeklabs.s3-utils.utils


configure-loggingclj/s

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

get-bytes-cljclj

(get-bytes-clj transfer-mgr client-obj bucket k success-cb failure-cb)
source

get-bytes-nodecljs

(get-bytes-node s3-obj client-obj bucket k success-cb failure-cb)
source

IS3Clientclj/s≠protocol

<get-bytesclj/s

(<get-bytes this bucket k)

<put-bytesclj/s

(<put-bytes this bucket k bs)

get-bytesclj/s

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

put-bytesclj/s

(put-bytes this bucket k bs success-cb failure-cb)

stopclj/s

(stop this)
source

make-callbacksclj/s

(make-callbacks ret-ch)
source

make-failure-callbackclj/s

(make-failure-callback ret-ch)
source

make-s3-clientclj/s

(make-s3-client)

Inputs: [] Returns: (s/protocol IS3Client)

Inputs: []
Returns: (s/protocol IS3Client)
sourceraw docstring

make-success-callbackclj/s

(make-success-callback ret-ch)
source

node?clj/s

(node?)

Inputs: [] Returns: s/Bool

Inputs: []
Returns: s/Bool
sourceraw docstring

put-bytes-cljclj

(put-bytes-clj transfer-mgr client-obj bucket k bs success-cb failure-cb)
source

put-bytes-nodecljs

(put-bytes-node s3-obj client-obj bucket k bs success-cb failure-cb)
source

S3Clientcljs

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

throw-platform-exceptionclj/s

(throw-platform-exception)
source

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

× close