(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'.
(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
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).
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close