(get-bucket this bucket-name)
(list-buckets this)
(create-bucket! this bucket-name)
(upload! this bucket-name k value ctx)
(upload! this bucket-name k value cp ctx)
(initialize this bucket-name)
(get-file this bucket-name filename)
(list-files this bucket-name)
(delete-bucket! this bucket-name)
(delete-file! this bucket-name filename)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close