Liking cljdoc? Tell your friends :D

cljs-aws.base.config


load-credentials!cljs

(load-credentials! provider params)

Load credentials from the given provider.

E.g.

(load-credentials! :shared-ini-file-credentials {:profile "personal"})

Other providers include :cognito-identity-credentials and :web-identity-credentials

Load credentials from the given provider.

E.g.
```
(load-credentials! :shared-ini-file-credentials {:profile "personal"})
```
Other providers include `:cognito-identity-credentials` and `:web-identity-credentials`
sourceraw docstring

set-endpoint!cljs

(set-endpoint! endpoint)

Override the AWS endpoint.

Useful for testing.

Override the AWS endpoint.

Useful for testing.
sourceraw docstring

set-region!cljs

(set-region! region)

Manually set AWS region.

Prefer using environment variables.

Manually set AWS region.

Prefer using environment variables.
sourceraw docstring

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

× close