AWS S3 (clj-aws-s3) DataStore implementation for Tundra.
AWS S3 (clj-aws-s3) DataStore implementation for Tundra.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close