Liking cljdoc? Tell your friends :D

clj-gcloud.storage.object


copyclj

(copy client bucket key dst-bucket dst-key)
source

deleteclj

(delete client bucket key)
source

getclj

(get client bucket key)
source

get-fileclj

(get-file client bucket key file-path)
source

get-object-metadataclj

(get-object-metadata client bucket key)
source

get-stringclj

(get-string client bucket key)
source

listclj

(list client bucket & [args])

List object (truncated)

List object (truncated)
sourceraw docstring

list-allclj

(list-all client bucket & [args])

List all objects

List all objects
sourceraw docstring

mk-storage-objectclj

(mk-storage-object bucket key)
source

putclj

(put client bucket key input-stream & [opts])
source

put-bytesclj

(put-bytes client bucket key content-bytes & [opts])
source

put-fileclj

(put-file client bucket key file-path & [opts])
source

put-stringclj

(put-string client bucket key content-string & [opts])
source

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

× close