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

Allow for AWS errors not specifying region #39

Merged
merged 1 commit into from
Jan 26, 2015
Merged

Allow for AWS errors not specifying region #39

merged 1 commit into from
Jan 26, 2015

Conversation

greysteil
Copy link
Contributor

We're getting "undefined method captures' for nil:NilClass"` when sending requests with the wrong region. This PR updates the error parsing to handle the case where a new region isn't specified (the comment above this line suggests only some errors explicitly provide it).

@geemus
Copy link
Member

geemus commented Jan 26, 2015

Are you seeing that behavior on master or an older version? I think the case that would cause it has been fixed, such that it might not even encounter this any more, but I'm not sure. Could you double check your version and if it still occurs? Thanks!

@greysteil
Copy link
Contributor Author

We're on 0.0.7

@geemus
Copy link
Member

geemus commented Jan 26, 2015

Hmm. I guess it must be yet-another-edge-case then. Thanks for double checking.

geemus added a commit that referenced this pull request Jan 26, 2015
Allow for AWS errors not specifying region
@geemus geemus merged commit c01c5e0 into fog:master Jan 26, 2015
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