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
In previous versions you could pass a string as the --data parameter of the put-record command and the data would be automatically encoded as base64 prior to uploading it to Kinesis.
This no longer happens and forcing the user to do the encoding themselves seems like a real nuisance. I think this happened when botocore was switched over to the new models.
This includes adding additional protocol tests for blob serialization.
These were no tests for blobs in the json protocol input tests.
Fixesboto#385, aws/aws-cli#1033
In previous versions you could pass a string as the
--data
parameter of the put-record command and the data would be automatically encoded as base64 prior to uploading it to Kinesis.This no longer happens and forcing the user to do the encoding themselves seems like a real nuisance. I think this happened when botocore was switched over to the new models.
See also boto/botocore#385
The text was updated successfully, but these errors were encountered: