Fix encoded responses for aws-cli
aws-cli expects no empty elements in encoded responses and will fail the request if it encounters an empty element. At least aws-java-sdk V1 and V2 worked fine with the current implementation, though. Fixes #257
Loading
Please sign in to comment