Liking cljdoc? Tell your friends :D

googlecloud.cloudstorage.storage


get-objectclj

(get-object service bucket object)

Returns an object's metadata. To download the content use the function in the :download-to key, this takes an argument that will be coerced to an output stream using clojure.java.io/output-stream.

Returns an object's metadata. To download the content use the
function in the :download-to key, this takes an argument that will be
coerced to an output stream using clojure.java.io/output-stream.
raw docstring

insert-objectclj

(insert-object service bucket name media-content & {:keys [content-type]})

Inserts an object of name into the specified bucket, media-content is coerced into an input stream with clojure.java.io/input-stream.

Inserts an object of name into the specified bucket, media-content is
coerced into an input stream with clojure.java.io/input-stream.
raw docstring

list-bucketsclj

(list-buckets service project-id)

list-objectsclj

(list-objects service bucket)

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

× close