aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
grounded_sage 2020-03-19T19:43:15.155100Z

How does one get a more detailed error message for S3 anomalies?

kenny 2020-03-19T19:49:10.155200Z

My guess is you don't 😬 You can get the full response from the anomaly's metadata to see if there's anything else that may be interesting. What operation are you doing and what is the anomaly?

grounded_sage 2020-03-19T19:56:30.155400Z

I found it. Was just (-> S3-response :Error :Message)

grounded_sage 2020-03-19T19:56:42.155600Z

But it seems that it’s straight up returning a nil.

grounded_sage 2020-03-19T19:57:18.155800Z

We are getting a failure in the tests in our CI but not locally. Difficult to debug this lol

grounded_sage 2020-03-19T19:57:33.156Z

I am using cognitects aws-api btw

kenny 2020-03-19T19:57:36.156200Z

Perhaps S3-response isn't what you expect? I suggest logging the whole anomaly map if it is one.

kenny 2020-03-19T19:59:22.156400Z

Perhaps CI doesn't have the proper creds?

grounded_sage 2020-03-19T20:01:30.156600Z

Had to print the whole response. Was nothing in the errors

grounded_sage 2020-03-19T20:01:43.156800Z

Found the issue πŸ™‚

1