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)
that's great
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?AWS creds?
are you using a path for the files past the bucket?
I only put the details in the :onyx.peer/storage
config. I just want to use it for checkpointing.
also, make sure your region is set properly