Liking cljdoc? Tell your friends :D

pallet.blobstore

Blobstore abstraction

Blobstore abstraction
raw docstring

Blobstorecljprotocol

closeclj

(close blobstore)

Close the blobstore

Close the blobstore

containersclj

(containers blobstore)

List containers

List containers

putclj

(put blobstore container path payload)

Upload a file, string, input stream, etc

Upload a file, string, input stream, etc

put-fileclj

(put-file blobstore container path file)

Upload a file

Upload a file

sign-blob-requestclj

(sign-blob-request blobstore container path request-map)

Create a signed request

Create a signed request
source

blobstore-from-configclj

(blobstore-from-config & args__3016__auto__)
source

blobstore-from-config-fileclj

(blobstore-from-config-file & args__3016__auto__)
source

blobstore-from-mapclj

(blobstore-from-map & args__3016__auto__)
source

blobstore?clj

(blobstore? b)

Predicate to test if argument is a blobstore.

Predicate to test if argument is a blobstore.
sourceraw docstring

serviceclj

(service provider-name & {:keys [identity credential extensions] :as options})

Instantiate a blobstore service based on the given arguments

Instantiate a blobstore service based on the given arguments
sourceraw docstring

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

× close