Liking cljdoc? Tell your friends :D

magnet.object-storage.ftp


delete-object*clj

(delete-object* client object-id opts)
source

FTPclj

source

get-object*clj

(get-object* client object-id opts)
source

list-objectsclj

(list-objects client parent-object-id)
source

list-objects*clj

(list-objects* client)
source

list-objects-recursivelyclj

(list-objects-recursively client parent-object-id)
source

list-objects-with-optsclj

(list-objects-with-opts object-adapter
                        parent-object-id
                        {:keys [recursive?] :or {recursive? true}})
source

put-object*clj

(put-object* client object-id object opts)
source

rename-object*clj

(rename-object* client object-id new-object-id)
source

with-custom-ftpcljmacro

(with-custom-ftp [client uri opts] & body)

Wraps with-ftp allowing to pass custom FTP configuration dynamically.

Wraps `with-ftp` allowing to pass custom FTP configuration
dynamically.
sourceraw docstring

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

× close