aws-wrap
aws-wrap copied to clipboard
update aws-java-sdk to 1.10.67
- Patch update on the aws-java-sdk dependency. Includes bug fixes, one of them is related to XML parsing of the S3 request when there are weird or otherwise non-standard characters in the object filenames.
- Updated sns.scala's and sqs.scala's many invocations of wrapVoidAsyncMethod and wrapAsyncMethod
- added explicit type parameters
- this is so that the compilier can differentiate between the various client.xxx methods
- Updated aws-jdk-sdk has additional invocations for each original client.xxx method
- added explicit type parameters
- These code changes, while trivial, resulted in verbose, long code. To keep with styling conventions, I dropped the parameters for the wrapAsync* method invocations to separate new-lines.
Requesting review please @dwhjames
@malcolmgreaves I have fork and updated AWS sdk version. I have also publish it under version 0.9.0 https://github.com/mingchuno/aws-wrap