taoensso.carmine.tundra.s3
AWS S3 (clj-aws-s3) DataStore implementation for Tundra.
s3-datastore
(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.