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.
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.@mdallastella has joined the channel
Hi, is there any way to avoid or increase the 1min timeout of running the computing tree?