Fork me on GitHub
#aws
<
2022-10-29
>
Drew Verlee15:10:06

Anyone know how to get a bucket in another region using amazonica? i'm looking at the docs now...

Drew Verlee15:10:36

Additionally, all of the functions may take as their first argument an optional map of credentials:

(def cred {:access-key "aws-access-key"
           :secret-key "aws-secret-key"
           :endpoint   "us-west-1"})

msolli08:10:03

Buckets are global. What do you mean by “get a bucket in another region”?

👍 1
msolli08:10:14

Sorry, bucket names are global. Buckets are in a particular region, of course.

👍 1