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

delete-tree!clj

(delete-tree! paths)

Extremely dangerous function

Extremely dangerous function
sourceraw docstring

directory-optionsclj

(directory-options directory)
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

download-tree!clj

(download-tree! storage bucket key path)
source

find-subpathclj

(find-subpath path prefix)
source

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

join-pathclj

(join-path elements)
source

list-directoryclj

(list-directory storage bucket directory)
source

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

upload-tree!clj

(upload-tree! storage bucket key path)
source

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

× close