Liking cljdoc? Tell your friends :D

clj-gcp-storage.core


blob->base64clj

(blob->base64 blob)

delete-blobclj

(delete-blob storage bucket blob-id)

download-blobclj

(download-blob storage bucket blob-name path)

get-blobclj

(get-blob storage bucket blob-name)

get-storageclj

(get-storage project creds)

upload-bytesclj

(upload-bytes storage
              bucket
              byte-arr
              content-type
              &
              {:keys [name] :or {name nil}})

upload-uriclj

(upload-uri storage bucket uri content-type & {:keys [name] :or {name nil}})

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

× close