This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-27
Channels
- # aleph (8)
- # announcements (14)
- # beginners (25)
- # cider (20)
- # cljdoc (5)
- # clojure (70)
- # clojure-europe (2)
- # clojure-germany (6)
- # clojure-italy (8)
- # clojure-nl (3)
- # clojure-russia (107)
- # clojure-spec (22)
- # clojure-uk (40)
- # clojurescript (18)
- # core-async (3)
- # cursive (8)
- # data-science (11)
- # datomic (20)
- # editors (1)
- # emacs (5)
- # figwheel-main (19)
- # fulcro (25)
- # graphql (1)
- # hoplon (2)
- # hyperfiddle (2)
- # jobs (1)
- # leiningen (3)
- # lumo (4)
- # off-topic (40)
- # pedestal (1)
- # quil (4)
- # re-frame (5)
- # shadow-cljs (105)
- # sql (4)
- # uncomplicate (1)
Hi, everyone. I'm trying to go through the datomic ions tutorial but I'm hitting a permissions issue when trying to download the ions dependency from the datomic s3 maven repo. I get:
Could not transfer artifact com.datomic:ion:pom:0.9.28 from/to datomic-cloud (): Access Denied
I've tried many permutations of setting the AWS credentials through the environment vars as well as the ~/.aws/credentials
file but nothing's changed. Any ideas?interesting usually that ^ occurs when you’re on an instance that doesnt have IAM permissions to use S3
yes, my laptop had AWS credentials for my work account in the ~/.aws/credentials
file. I created a new AWS account for this tutorial and put that user name and password under the [datomic-tutorial]
header in that file. But it doesn't seem to work with either credentials
oh @marshall I just fixed it using your comment. My new IAM user needed S3FullPermissions to be attached
Hey, I'm running into java.lang.IllegalStateException: Attempting to call unbound fn: #'datomic.common/requiring-resolve
with clojure 1.10.0 and datomic-free-0.9.5703