-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IAM : GetReport is returning unencoded bytes instead of base64 encoded data as per documentation #559
Comments
Hi @pmbapat thanks for pointing this out. The SDK will automatically convert For fields which the service models as |
Adds custome doc string to blob types to document the fact the SDK will automatically encode and decode the value as it goes across the wire. Presending the user with a raw binary []byte type. Without needing to manually encode/decode the value. Fix #559
Adds custom doc string to blob types to document the fact the SDK will automatically encode and decode the value as it goes across the wire. Presenting the user with a raw binary []byte type. Without needing to manually encode/decode the value. Fix #559
Adds custom doc string to blob types to document the fact the SDK will automatically encode and decode the value as it goes across the wire. Presenting the user with a raw binary []byte type. Without needing to manually encode/decode the value. Fix aws#559
Adds custom doc string to blob types to document the fact the SDK will automatically encode and decode the value as it goes across the wire. Presenting the user with a raw binary []byte type. Without needing to manually encode/decode the value. Fix aws#559
I'm running this example code.
As per the documentation, resp.Content should have base64 encoded data. But instead string(resp.Content) has the actual data. Is this the expected behavior or is the documentation wrong?
The text was updated successfully, but these errors were encountered: