aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
2020-02-21T11:34:51.172Z

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

2020-02-21T11:35:54.172600Z

looking at the code it looks like it maps to a 504 from S3, which seems very weird?

2020-02-21T11:36:09.173300Z

from the same machine accessing another bucket (with a different library) works fine

2020-02-21T11:36:41.173900Z

not sure it's really a S3 transient error since it always happens

ghadi 2020-02-21T11:39:06.174900Z

Please inspect the metadata on the response

2020-02-21T11:40:23.175700Z

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

2020-02-21T11:41:06.176700Z

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

2020-02-21T15:52:33.178100Z

ok it was actually a connection refused

2020-02-21T15:52:53.178900Z

because I was trying to access the port 9000 on staging, just a config error

1👍