any idea why I would get java.lang.Exception: Failed with error {:cognitect.anomalies/category :cognitect.anomalies/unavailable, :cognitect.aws.client/throwable nil}
? I'm just doing a GetObject
looking at the code it looks like it maps to a 504 from S3, which seems very weird?
from the same machine accessing another bucket (with a different library) works fine
not sure it's really a S3 transient error since it always happens
Please inspect the metadata on the response
I can't do it easily where it fails since it fails only on staging, but well I'll have to add some logging I guess
and sadly on staging we use ecs roles which also makes it harder to test from local, but thanks for the hint I'll log the meta data
ok it was actually a connection refused
because I was trying to access the port 9000 on staging, just a config error