Liking cljdoc? Tell your friends :D
Clojure only.

taoensso.carmine.tundra.s3

AWS S3 (clj-aws-s3) DataStore implementation for Tundra.

AWS S3 (clj-aws-s3) DataStore implementation for Tundra.
raw docstring

s3-datastoreclj

(s3-datastore creds bucket)

Alpha - subject to change. Returns a Faraday DataStore using given AWS S3 credentials and bucket.

(s3-datastore {:access-key "<key>" :secret-key "<key"} "my-bucket/my-folder")

Supported Freezer io types: byte[]s.

Alpha - subject to change.
Returns a Faraday DataStore using given AWS S3 credentials and bucket.

(s3-datastore {:access-key "<key>" :secret-key "<key"}
              "my-bucket/my-folder")

Supported Freezer io types: byte[]s.
sourceraw docstring

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

× close