sopel / botocross

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

Add multiple region specification via configuration variables #46

Open sopel opened 11 years ago

sopel commented 11 years ago

This has been triggered by #44 and depends on #45.

Supporting the specification of multiple regions will be useful for every day operation and might also help to evaluate whether cross region support could be integrated into the AWS CLI directly instead.

sopel commented 10 years ago

:information_source: worth noting that boto has just received a most welcome refactoring to facilitate JSON-powered endpoints (see https://github.com/boto/boto/pull/2045), with the explicit notion to make overriding/extending the regions/endpoints Boto has available much easier - at first sight this seems to be restricted to merge_endpoints() only right now and doesn't support region exclusion desired/required for e.g. #53 yet, but that might be easier to add now at least.