Liking cljdoc? Tell your friends :D

aws.s3


clientclj

(client)
(client options)

delete-objectclj

(delete-object client request)
(delete-object client bucket key)

get-objectclj

(get-object client request)
(get-object client bucket key)

get-object-metadataclj

(get-object-metadata client request)
(get-object-metadata client bucket key)

get-object-taggingclj

(get-object-tagging client request)
(get-object-tagging client bucket key)

list-bucketsclj

(list-buckets client)

list-objectsclj

(list-objects client request)
(list-objects client bucket prefix)

Lazily list all objects in a [bucket, prefix] s3 location even if there are more that 1000 objects in the location

Lazily list all objects in a [bucket, prefix] s3 location
even if there are more that 1000 objects in the location
raw docstring

put-objectclj

(put-object client request content)
(put-object client bucket key content)
(put-object client bucket key input-stream length)

put-object-taggingclj

(put-object-tagging client request)
(put-object-tagging client bucket key tags)

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

× close