sopel / botocross

A Python package for operating cross region AWS resources
Other
4 stars 4 forks source link

Add support for AWS CLI configuration variable reuse #45

Open sopel opened 11 years ago

sopel commented 11 years ago

This has been triggered by #44, see Other Configurable Variables for the respective AWS CLI functionality.

Given botocross is basically an extension of the functionality provided via boto/botocore and the AWS CLI, it seems to make sense to reuse the respective configuration variable functionality to ease every day operation - in particular the profile support (see Getting Started) would allow to maintain separate configurations for botocross, if need be.

sopel commented 11 years ago

At first sight this depends on #47, at least if The botocore Session Object should be reused for configuration variable management, which is obviously the right thing to do.