You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back in goamz days the debug log could be used to ensure the proper data was going over the wire to AWS. As we switched to aws-sdk-go, all of the struct members are now pointers, which makes the debug output basically just a bunch of memory addresses.
This was actually just related to aws/aws-sdk-go#299 and our using it to get pretty request / response information into the debug log. We do this now for AWS resources.
Specific instances of cryptic error messaging are good to track as individudal cases.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Back in
goamz
days the debug log could be used to ensure the proper data was going over the wire to AWS. As we switched toaws-sdk-go
, all of the struct members are now pointers, which makes the debug output basically just a bunch of memory addresses.We should figure out how to get these structs to print to the log nicely and make a sweep of the AWS provider.
The text was updated successfully, but these errors were encountered: