Liking cljdoc? Tell your friends :D

clj-filesystem.core


*conn*clj

source

connectclj

(connect)
source

correct-file-pathclj

(correct-file-path e fs-rootdir)

When you use minio service, all file paths need to reset as the local path. e.g. minio://bucket-name/object-key --> /datains/minio/bucket-name/object-key

; TODO: need to support more types for e's value.

When you use minio service, all file paths need to reset as the local path.
e.g. minio://bucket-name/object-key --> /datains/minio/bucket-name/object-key

; TODO: need to support more types for e's value.
sourceraw docstring

correct-file-path-reverseclj

(correct-file-path-reverse e fs-rootdir)

When you use minio service, all file paths need to reset as the local path. e.g. /datains/minio/bucket-name/object-key --> minio://bucket-name/object-key

; TODO: need to support more types for e's value.

When you use minio service, all file paths need to reset as the local path.
e.g. /datains/minio/bucket-name/object-key --> minio://bucket-name/object-key

; TODO: need to support more types for e's value.
sourceraw docstring

download-objectclj

(download-object bucket key localpath)
source

format-objectsclj

(format-objects bucket objects)
source

get-download-urlclj

(get-download-url bucket key)
source

get-objectclj

(get-object bucket key)
source

get-object-metaclj

(get-object-meta bucket key)
source

get-protocolclj

(get-protocol)
source

get-upload-urlclj

(get-upload-url bucket key)
source

list-bucketsclj

(list-buckets)
source

list-objectsclj

(list-objects bucket)
(list-objects bucket prefix)
(list-objects bucket prefix recursive)
source

make-bucket!clj

(make-bucket! name)
source

put-object!clj

(put-object! bucket file-name)
(put-object! bucket upload-name source-file-name)
source

remove-bucket!clj

(remove-bucket! bucket)
source

remove-object!clj

(remove-object! bucket key)
source

serviceclj

source

servicesclj

source

setup-connectionclj

(setup-connection fs-service fs-endpoint fs-access-key fs-secret-key)
source

swallow-exceptionscljmacro

(swallow-exceptions & body)
source

with-conncljmacro

(with-conn fs-service & body)
source

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

× close