(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.
(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.
(list-buckets service project-id)
(list-objects service bucket)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close