Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Requires aws-sdk-ec2 rather than aws-sdk #79

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

robdimarco
Copy link

Related to issue #78

In pull request #76, a change was made to allow either AWS SDK v2 or v3 with cap-ec2.

However, the dependency on the aws-sdk v3 gem means that all other AWS gems get pulled in to the project, even if they are not desired.

In this PR, I make the required dependency be just on aws-sdk-ec2. For those using the AWS SDK v3, this can result in many gems no longer being needed just to run cap-ec2.

However, this is a breaking change as it would mean cap-ec2 will no longer work with AWS SDK v2. Merging this PR should probably require a major release increment for the gem.

SeanSith pushed a commit to missiondata/cap-ec2-old that referenced this pull request Nov 5, 2018
SeanSith pushed a commit to missiondata/cap-ec2-old that referenced this pull request Nov 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants