jkakar / aws-codegen

Code generator for AWS clients in Elixir.
Other
35 stars 0 forks source link

Add s3 #13

Closed waterlink closed 9 years ago

waterlink commented 9 years ago

Good day! Awesome library (this and aws-elixir)!

I wanted to use s3 APIs but they are not generated. So I tried to add them and generate the code and it worked just fine.

waterlink commented 9 years ago

Ok, after some testing I see it generates wrong host = in defp request.

waterlink commented 9 years ago

Probably this will not work as expected anyways. Since API is xml, not json one. Unless I miss something.