Liking cljdoc? Tell your friends :D

event-data-common.storage.s3

Storage interface for AWS S3.

Storage interface for AWS S3.
raw docstring

buildclj

(build s3-key s3-secret s3-region-name s3-bucket-name)

Build a S3Connection object.

Build a S3Connection object.
raw docstring

download-stringclj

(download-string client bucket-name k)

Download a stream. Exception on failure.

Download a stream. Exception on failure.
raw docstring

get-aws-clientclj

(get-aws-client s3-key s3-secret s3-region-name)

get-keysclj

(get-keys listing)

Return a seq of String keys for an ObjectListing

Return a seq of String keys for an ObjectListing
raw docstring

list-objectsclj

(list-objects client bucket-name prefix delimiter prev-listing)

List the next page of objects, or the first page if prev-listing is nil. If delimiter is supplied, list common key strings up to and including delimiter.

List the next page of objects, or the first page if prev-listing is nil.
If delimiter is supplied, list common key strings up to and including delimiter.
raw docstring

S3cljprotocol

AWS S3-specific interface.

AWS S3-specific interface.

list-with-delimiterclj

(list-with-delimiter this prefix delimiter)

List keys with prefix, up to and including delimiter. See S3 API definition for more info.

List keys with prefix, up to and including delimiter. See S3 API definition for more info.
raw docstring

try-again-configclj


upload-stringclj

(upload-string client bucket-name k v content-type)

Upload a stream. Exception on failure.

Upload a stream. Exception on failure.
raw docstring

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

× close