Fork me on GitHub
#onyx
<
2018-11-14
>
Lutz08:11:19

I successfully can access my minio server with the python client (create, list and verify buckets), without specifying a region either in the server or client.

Lutz09:11:25

About the region: This is pretty crazy. If I set it to something custom or "", I get

java.lang.IllegalArgumentException: No region provided
If I set it to "eu-central-1" or "us-east-1", onyx tries to talk to Amazon (even though I set :onyx.peer/storage.s3.endpoint ""). If I comment the option out (`;:onyx.peer/storage.s3.region`), onyx actually talks to localhost. But unlike the python minio client, it does not succeed.

lellis14:11:56

Hi, is there any way to avoid or increase the 1min timeout of running the computing tree?