Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Add support for AWS Direct Connect #1894

Merged
merged 1 commit into from
Dec 5, 2013
Merged

Conversation

danielgtaylor
Copy link
Member

This pull request adds support for AWS Direct Connect:

http://docs.aws.amazon.com/directconnect/latest/APIReference/Welcome.html

Due to the nature of Direct Connect there is only a very basic unit and integration test, but it is enough to show that boto can talk to the service and parse its responses.

@toastdriven, please review.


connections = conn.describe_connections()

assert connections
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably needs to be something like: self.assertTrue('connections' in connections), to look for a key within the response body.

@toastdriven
Copy link
Contributor

:shipit:

danielgtaylor added a commit that referenced this pull request Dec 5, 2013
Add support for AWS Direct Connect. Fixes #1894.
@danielgtaylor danielgtaylor merged commit 3cbca26 into boto:develop Dec 5, 2013
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