aws-beam / aws-codegen

Code generator for AWS clients in Erlang and Elixir.
Other
53 stars 49 forks source link

Do not attempt at decoding a non-encoded body from the response #67

Closed robertoaloi closed 6 months ago

robertoaloi commented 3 years ago

In services such as S3, the body of the response can be in the form of a non-encoded binary. Similarly to the work done in #62, we should detect these cases and skip decoding.

onno-vos-dev commented 6 months ago

This should b solved by now