Liking cljdoc? Tell your friends :D
Clojure only.

collet.aws


invoke!clj

(invoke! client operation params)

Calls AWS invoke and captures the error message string and full response.

  • client (required) aws service client
  • operation (required) a keyword such as :GetObject
  • params (required) aws api request options
Calls AWS invoke and captures the error message string and full response.
- `client` (required) aws service client
- `operation` (required) a keyword such as :GetObject
- `params` (required) aws api request options
raw docstring

make-clientclj

(make-client api {:keys [aws-region aws-key aws-secret endpoint-override]})

Creates an AWS client for the S3 service.

Creates an AWS client for the S3 service.
raw docstring

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

× close