Liking cljdoc? Tell your friends :D

schemata-s3.core


default-naming-conventionclj

(default-naming-convention bucket)

Create a naming convention for the bucket that works with path literals, e.g. 's3://my-bucket/some-directory/file.txt'.

Create a naming convention for the bucket that works with path
literals, e.g. 's3://my-bucket/some-directory/file.txt'.
sourceraw docstring

s3-contextclj

(s3-context config bucket)
(s3-context config bucket naming-convention)
(s3-context config bucket naming-convention root)

Create a schemata.core/Context implementation for S3 buckets.

Options

  • config Config map for Amazonica S3, which can include an :endpoint (like "us-east-1"), :access-key, and :secret-key. (See https://github.com/mcohen01/amazonica#authentication).
  • bucket The S3 bucket name.
  • root An optional path from the bucket root to the directory under which the naming convention applies (can be . or nil).
Create a `schemata.core/Context` implementation for S3 buckets.

Options
  - config    Config map for Amazonica S3, which can include an :endpoint
              (like "us-east-1"), :access-key, and :secret-key.
              (See https://github.com/mcohen01/amazonica#authentication).
  - bucket    The S3 bucket name.
  - root      An optional path from the bucket root to the directory under
              which the naming convention applies (can be . or nil).
sourceraw docstring

s3-io-factoryclj

(s3-io-factory config bucket key-name)

An implementation of clojure.java.io/IOFactory for some S3 object.

An implementation of clojure.java.io/IOFactory for some S3 object.
sourceraw docstring

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

× close