(connect)
Generate a connection by using the defined conn information.
Generate a connection by using the defined conn information.
(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.
(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.
(get-protocol)
Which protocol is used in the current connect?
Which protocol is used in the current connect?
(list-objects bucket)
(list-objects bucket prefix)
(list-objects bucket prefix recursive)
TODO: services can't be a private when it is used in with-conn macro.
TODO: services can't be a private when it is used in with-conn macro.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close