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

Upgrade AWS SDK 2 -> 3 #108

Closed
chris-redekop opened this issue Oct 17, 2017 · 2 comments
Closed

Upgrade AWS SDK 2 -> 3 #108

chris-redekop opened this issue Oct 17, 2017 · 2 comments

Comments

@chris-redekop
Copy link
Contributor

As discovered in #90 , upgrading the AWS SDK necessitates two bits of work:

  1. Fix the errors in our code to address the SDK's breaking changes.
  2. Pull in only the SDK modules that we need (now that v3 of the SDK is modular).
@clintoncwolfe
Copy link
Collaborator

Also note that we need to add explicit major version pinning (~> 1, for example) to the Gemfile.

@chris-redekop
Copy link
Contributor Author

@clintoncwolfe , this is marked in review, but I don't see a review in-progress. Would you please update?

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

No branches or pull requests

3 participants