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

Update botocore initializer to allow region autodiscovery #32

Open
007 opened this issue Dec 12, 2017 · 0 comments
Open

Update botocore initializer to allow region autodiscovery #32

007 opened this issue Dec 12, 2017 · 0 comments

Comments

@007
Copy link

007 commented Dec 12, 2017

Referencing this:

def __init__(self, aws_host, aws_region, aws_service):

This call requires host, region, and service to be provided. Since it uses botocore functionality, it should be able to capture region from the environment if not explicitly supplied. It does have to be override-able, but shouldn't be required by default.

Making region optional is a potentially breaking change, since the order would likely also change.

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

No branches or pull requests

1 participant