Liking cljdoc? Tell your friends :D

noir.util.s3

Basic S3 utils

Basic S3 utils
raw docstring

*s3*clj

source

listclj

(list bucket prefix)

List all files in the bucket with the given prefix

List all files in the bucket with the given prefix
sourceraw docstring

put!clj

(put! bucket file)

Put the given file on S3 where bucket is the string name of the S3 bucket to use.

Put the given file on S3 where bucket is the string name of the S3 bucket to use.
sourceraw docstring

rename!clj

(rename! bucket file new-file)

Rename the given file on S3

Rename the given file on S3
sourceraw docstring

serviceclj

(service {secret :secret-key access :access-key})

Create an S3 service object

Create an S3 service object
sourceraw docstring

with-s3cljmacro

(with-s3 server-spec & body)

Given a server-spec which contains {:secret-key :access-key} execute the given body within the context of an S3 connection

Given a server-spec which contains {:secret-key :access-key} execute the given body
within the context of an S3 connection
sourceraw docstring

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

× close