onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
lucasbradstreet 2018-11-13T06:18:20.013200Z

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)

👍 5
🦜 4
2018-11-13T08:52:40.013600Z

that's great

Lutz 2018-11-13T16:18:29.016200Z

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?

jasonbell 2018-11-13T16:37:39.016600Z

AWS creds?

jasonbell 2018-11-13T16:43:38.017Z

are you using a path for the files past the bucket?

Lutz 2018-11-14T08:57:54.019Z

I only put the details in the :onyx.peer/storage config. I just want to use it for checkpointing.

2018-11-13T17:21:20.017400Z

also, make sure your region is set properly