Storage interface for AWS S3.
Storage interface for AWS S3.
(build s3-key s3-secret s3-region-name s3-bucket-name)
Build a S3Connection object.
Build a S3Connection object.
(download-string client bucket-name k)
Download a stream. Exception on failure.
Download a stream. Exception on failure.
(get-aws-client s3-key s3-secret s3-region-name)
(get-keys listing)
Return a seq of String keys for an ObjectListing
Return a seq of String keys for an ObjectListing
(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.
AWS S3-specific interface.
AWS S3-specific interface.
(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.
(upload-string client bucket-name k v content-type)
Upload a stream. Exception on failure.
Upload a stream. Exception on failure.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close