sopel / botocross

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

Ignore/Add GovCloud region(s) #50

Closed sopel closed 10 years ago

sopel commented 10 years ago

Installation is currently scoped as boto >= 2.6.0 only, which meanwhile yields boto 2.15.0 eventually and support for region us-gov-west-1 therein, causing tests to fail.

Fixing the test as such would be trivial, but this needs to be done transparently for the entirely library to avoid further regressions - the outlined approach via an opt-in parameter seems to be reasonable and simple though.