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

NOT FOR MERGE TUBO-5767 upgrade boto #32

Closed
wants to merge 3 commits into from

Conversation

tony-bye
Copy link

At first I started replacing all usage of Boto with Boto3. The Boto3 docs have an upgrade guide, (http://boto3.readthedocs.io/en/latest/guide/migrations3.html#creating-the-connection) but we aren't using Boto the way they show in the examples. It seemed like more work than necessary to figure out how to upgrade each usage of Boto throughout the codebase. Boto and Boto3 can both be used in the same codebase, so I decided to revert my original start and narrow down to where the connection error is coming from. We could update the usage of Boto for just that section of code.

@b4hand
Copy link
Contributor

b4hand commented Dec 12, 2017

I think we should just upgrade whole hog. I don't want to have two dependencies.

@tony-bye
Copy link
Author

This can be closed, or it can stay open until the new PR is created.

@b4hand b4hand mentioned this pull request Dec 16, 2017
@b4hand
Copy link
Contributor

b4hand commented Dec 16, 2017

Closing in favor of #33.

@b4hand b4hand closed this Dec 16, 2017
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.

None yet

2 participants