Skip to content
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

Serialize blobs as base64 strings for rest-json #511

Merged
merged 2 commits into from
Apr 7, 2015

Conversation

kyleknap
Copy link
Contributor

@kyleknap kyleknap commented Apr 6, 2015

We were not serializing blobs for rest-json. We just dumped the entire json body into the body with no serialization. Now it follows the serialization code path for the JSON serializer.

cc @jamesls @danielgtaylor

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) to 94.63% when pulling af83126 on kyleknap:b64-rest-json into 53a3074 on boto:develop.

@jamesls
Copy link
Member

jamesls commented Apr 7, 2015

:shipit:

kyleknap added a commit that referenced this pull request Apr 7, 2015
Serialize blobs as base64 strings for rest-json
@kyleknap kyleknap merged commit 19b051f into boto:develop Apr 7, 2015
@kyleknap kyleknap deleted the b64-rest-json branch April 7, 2015 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants