Liking cljdoc? Tell your friends :D

sisyphus.cloud


connect-storage!clj

(connect-storage! config)

Connect to the cloud storage service given the options specified in the config map.

Connect to the cloud storage service given the options specified in the config map.
sourceraw docstring

default-content-typeclj

source

download!clj

(download! storage bucket key path)

Download from the cloud storage bucket and key to the provided path.

Download from the cloud storage bucket and key to the provided path.
sourceraw docstring

get-pathclj

(get-path path)

Get the java.nio.file.Path object corresponding to the provided absolute filesystem path.

Get the java.nio.file.Path object corresponding to the provided absolute
filesystem path.
sourceraw docstring

upload!clj

(upload! storage bucket key path)
(upload! storage bucket key path {:keys [content-type]})

Upload the file at the given local filesystem path to the cloud storage bucket and key.

Upload the file at the given local filesystem path to the cloud storage bucket and key.
sourceraw docstring

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

× close