Fork me on GitHub
#onyx
<
2018-11-13
>
lucasbradstreet06:11:20

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
parrot 16
lmergen08:11:40

that's great

Lutz16:11:29

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?

Lutz07:11:16

That was a problem initially, but I got past that. I use :onyx.peer/storage.s3.auth-type :config.

jasonbell16:11:38

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

Lutz08:11:54

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

lmergen17:11:20

also, make sure your region is set properly