aws-wrap icon indicating copy to clipboard operation
aws-wrap copied to clipboard

update aws-java-sdk to 1.10.67

Open malcolmgreaves opened this issue 8 years ago • 2 comments

  • 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
  • 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.

malcolmgreaves avatar Apr 06 '16 20:04 malcolmgreaves

Requesting review please @dwhjames

malcolmgreaves avatar Apr 06 '16 20:04 malcolmgreaves

@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

mingchuno avatar Jul 16 '16 19:07 mingchuno