How does one get a more detailed error message for S3 anomalies?
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?
I found it. Was just (-> S3-response :Error :Message)
But it seems that itβs straight up returning a nil.
We are getting a failure in the tests in our CI but not locally. Difficult to debug this lol
I am using cognitects aws-api btw
Perhaps S3-response isn't what you expect? I suggest logging the whole anomaly map if it is one.
Perhaps CI doesn't have the proper creds?
Had to print the whole response. Was nothing in the errors
Found the issue π