git.fiddlerwoaroof.com
Browse code

bug: get credentials properly

Ed Langley authored on 09/11/2019 05:06:33
Showing 1 changed files
... ...
@@ -74,7 +74,8 @@
74 74
   (let* ((context (net.didierverna.clon:make-context :synopsis *daydreamer-synopsis*))
75 75
          (files (clon:remainder :context context))
76 76
          (region (clon:getopt :long-name "aws-region"))
77
-         (aws-sdk:*session* (aws-sdk:make-session :region region)))
77
+         (aws-sdk:*session* (aws-sdk:make-session :credentials (aws-sdk:default-aws-credentials)
78
+                                                  :region region)))
78 79
 
79 80
     (format *error-output* "~&IN REGION: ~a~%" region)
80 81