Liking cljdoc? Tell your friends :D

remote-fs.core


*conn*clj


connectclj

(connect)

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.
raw 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.
raw docstring

download-objectclj

(download-object bucket key localpath)

format-objectsclj

(format-objects bucket objects)

get-download-urlclj

(get-download-url bucket key)

get-objectclj

(get-object bucket key)

get-object-metaclj

(get-object-meta bucket key)

get-protocolclj

(get-protocol)

get-upload-urlclj

(get-upload-url bucket key)

list-bucketsclj

(list-buckets)

list-objectsclj

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

make-bucket!clj

(make-bucket! name)

put-object!clj

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

remove-bucket!clj

(remove-bucket! bucket)

remove-object!clj

(remove-object! bucket key)

serviceclj


servicesclj


setup-connectionclj

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

swallow-exceptionscljmacro

(swallow-exceptions & body)

with-conncljmacro

(with-conn fs-service & body)

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

× close