This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-13
Channels
- # aleph (2)
- # announcements (1)
- # beginners (133)
- # cider (29)
- # cljdoc (9)
- # cljs-dev (2)
- # cljsjs (3)
- # cljsrn (1)
- # clojure (146)
- # clojure-dev (26)
- # clojure-europe (3)
- # clojure-italy (26)
- # clojure-japan (6)
- # clojure-nl (76)
- # clojure-spec (4)
- # clojure-uk (42)
- # clojurescript (17)
- # cursive (43)
- # datascript (1)
- # datomic (28)
- # emacs (4)
- # figwheel-main (13)
- # fulcro (26)
- # hyperfiddle (2)
- # jobs (9)
- # jobs-discuss (6)
- # leiningen (1)
- # mount (5)
- # onyx (8)
- # pathom (5)
- # pedestal (2)
- # re-frame (52)
- # reagent (21)
- # reitit (58)
- # ring-swagger (24)
- # shadow-cljs (95)
- # sql (14)
- # test-check (10)
- # yada (18)
Onyx 0.14.1 is out with a Clojure 1.10 fix https://github.com/onyx-platform/onyx/blob/0.14.x/changes.md. 0.14.0 has some important fixes and improvements too (I hadn’t announced it until now)
👍 20
16
I have configured the peers to use S3 storage with a local minio server. However, I keep getting the exception
com.amazonaws.services.s3.model.AmazonS3Exception: The specified bucket does not exist
, even though I created a bucket with the name I specified in :onyx.peer/storage.s3.bucket
. If I specify an empty string in that place, I get com.amazonaws.services.s3.model.AmazonS3Exception: All access to this bucket has been disabled.
instead... What is the problem here?That was a problem initially, but I got past that. I use :onyx.peer/storage.s3.auth-type :config
.