britzl / aws-sdk-lua

Auto generated AWS SDK for Lua
Apache License 2.0
39 stars 10 forks source link

fix asserts #9

Closed scambra closed 4 years ago

scambra commented 4 years ago

assert type(string) was called, when variable was blob

britzl commented 4 years ago

Thanks! You fixed the error in the generated code for s3.lua, but you should have fixed it in the code generator itself (in the template file) and re-generated all code. I've done this now!