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

Fix elastictranscoder service #207

Merged
merged 1 commit into from
Jan 15, 2014
Merged

Fix elastictranscoder service #207

merged 1 commit into from
Jan 15, 2014

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Jan 13, 2014

This fixes two issues to get elastictranscoder working:

  • account for the rest-json service type in get_response()
  • account for query strings coming from the url path in sigv4 signer. This was in the s3 specific signer, but I pulled the method up into the base signer because this concept (pulling from the url) is generic for rest-* services as far as I can tell.

I've also added integration tests that verify we can talk to
the Elastic Transcoder service as expected.

This fixes two issues to get elastictranscoder working:

* account for the `rest-json` service type in `get_response()`
* account for query strings coming from the url path in sigv4 signer

I've also added integration tests that verify we can talk to
the Elastic Transcoder service as expected.
@garnaat
Copy link
Member

garnaat commented Jan 15, 2014

LGTM

@jamesls jamesls merged commit ef798ce into boto:develop Jan 15, 2014
@jamesls jamesls deleted the rest-json branch June 23, 2014 18:20
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