summaryrefslogtreecommitdiff
path: root/boto/regioninfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Use RegionInfo by default with heuristicsJordonPhillips2017-06-021-0/+2
|
* Use generic connect functionJordonPhillips2017-02-101-12/+26
| | | | | This points all the existing `connect_to_region` functions to the generic `connect` function within regioninfo.
* Add generic connect to region functionJordonPhillips2017-02-101-0/+51
|
* Cache loaded builtin endpointsJordonPhillips2017-01-041-2/+16
|
* Minimize load_regions changesJordonPhillips2017-01-041-6/+15
| | | | | | This minimizes the changes to load_regions by simply building out the endpoints every time and loading them where the legacy endpoints used to be loaded.
* Rename json loader to be more descriptiveJordonPhillips2016-12-291-3/+15
|
* Migrate to new endpoints formatJordonPhillips2016-12-161-8/+9
| | | | | | Switches the builtin endpoints to the new format. Functionality is otherwise left unchanged, so there are no hueristics being used for instance.
* common modules: tidy up to meet PEP8 betterFelix Yan2014-09-141-1/+1
|
* Remove redundant __future__ importsNico Revin2014-08-031-1/+0
| | | | See https://docs.python.org/2/reference/simple_stmts.html#future
* Fixed section for regioninfo to match up with docsMichael Drzal2014-05-291-2/+2
|
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-6/+6
|
* Started change to load endpoints from JSON.Daniel Lindsley2014-01-281-0/+125
| | | This is just SNS/SES for the moment, for purposes of getting early review feedback. Still needs tests & docs, plus integration into the rest of the services.
* WIP: This should be a complete set of changes to enable testing of cert ↵Mitch Garnaat2012-09-051-5/+4
| | | | verification across all services.
* Checking in merged changes from googlemerge branch. This will hopefully ↵Mitch.Garnaat2010-07-051-0/+64
provide a unified code base for boto and gsutil. This also forms the basis of the alpha1 release of 2.0. Fixes issues 379,389,394,400.