Skip to content

Update botocore initializer to allow region autodiscovery #32

Open
@007

Description

@007

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions