Liking cljdoc? Tell your friends :D

aws.sdk.s3

Functions to access the Amazon S3 storage service.

Each function takes a map of credentials as its first argument. The credentials map should contain an :access-key key and a :secret-key key, optionally an :endpoint key to denote an AWS endpoint and optionally a :proxy key to define a HTTP proxy to go through.

The :proxy key must contain keys for :host and :port, and may contain keys for :user, :password, :domain and :workstation.

Functions to access the Amazon S3 storage service.

Each function takes a map of credentials as its first argument. The
credentials map should contain an :access-key key and a :secret-key key,
optionally an :endpoint key to denote an AWS endpoint and optionally a :proxy
key to define a HTTP proxy to go through.

The :proxy key must contain keys for :host and :port, and may contain keys
for :user, :password, :domain and :workstation.
raw docstring

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

× close