Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update aws-java-sdk to 1.10.67 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

malcolmgreaves
Copy link

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

* 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
Copy link
Author

Requesting review please @dwhjames

@mingchuno
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants