Liking cljdoc? Tell your friends :D

s3-beam.handler


hmac-sha1clj

(hmac-sha1 key string)
source

now-plusclj

(now-plus n)
source

policyclj

(policy bucket metadata expiration-window acl)

Generate policy for upload of key with mime-type to be uploaded within expiration-window, and acl.

Generate policy for upload of `key` with `mime-type` to be uploaded
within `expiration-window`, and `acl`.
sourceraw docstring

s3-signclj

(s3-sign bucket aws-zone access-key secret-key)
(s3-sign bucket aws-zone access-key secret-key upload-url)
source

sign-uploadclj

(sign-upload {:keys [file-name mime-type] :as metadata}
             {:keys [bucket aws-zone aws-access-key aws-secret-key acl
                     upload-url]
              :or {acl "public-read"}})
source

zone->endpointclj

Mapping of AWS zones to S3 endpoints as documented here: http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region

Mapping of AWS zones to S3 endpoints as documented here:
http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
sourceraw docstring

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

× close