summaryrefslogtreecommitdiff
path: root/boto
Commit message (Expand)AuthorAgeFilesLines
* Add generic connect to region functionJordonPhillips2017-02-101-0/+51
* Add docstring for boto endpoint resolverJordonPhillips2017-02-091-0/+9
* Minimize exposed endpoint resolver interfaceJordonPhillips2017-02-091-16/+59
* Rename and hide service translation mapJordonPhillips2017-01-061-2/+2
* Move log disabling to vendored moduleJordonPhillips2017-01-062-8/+9
* Remove old docstring from resolverJordonPhillips2017-01-061-5/+0
* Return None when hostname can't be foundJordonPhillips2017-01-051-0/+2
* Cache loaded builtin endpointsJordonPhillips2017-01-041-2/+16
* Remove legacy endpoint handling from boto resolverJordonPhillips2017-01-041-52/+2
* Minimize load_regions changesJordonPhillips2017-01-041-6/+15
* Disable vendored endpoint loggerJordonPhillips2016-12-291-0/+8
* Consistently refer to the legacy formatJordonPhillips2016-12-291-28/+28
* Rename json loader to be more descriptiveJordonPhillips2016-12-291-3/+15
* Make is_global_service privateJordonPhillips2016-12-221-2/+2
* Move backported endpoint resolver to vendoredJordonPhillips2016-12-225-191/+228
* Migrate to new endpoints formatJordonPhillips2016-12-162-649/+1302
* Add static endpoint builderJordonPhillips2016-12-161-0/+53
* Add method to resolve just the hostnameJordonPhillips2016-12-161-0/+5
* Add method to get all regions for serviceJordonPhillips2016-12-161-1/+25
* Add method to identify global servicesJordonPhillips2016-12-161-0/+30
* Add class docstring for boto resolverJordonPhillips2016-12-151-0/+16
* Provide method to get all services with endpointsJordonPhillips2016-12-151-2/+23
* Support old endpoint format in new resolverJordonPhillips2016-12-151-2/+46
* Create boto endpoint resolverJordonPhillips2016-12-151-0/+34
* Backport EndpointResolverJordonPhillips2016-12-152-0/+203
* Bumped to 2.45.02.45.0kyleknap2016-12-141-1/+1
* Update script to include newline in endpointskyleknap2016-12-141-1/+1
* Add sigv4 only for eu-west-2kyleknap2016-12-141-1/+3
* Add eu-west-2 endpointskyleknap2016-12-141-1/+32
* Bumped to 2.44.02.44.0JordonPhillips2016-12-081-1/+1
* Enforce sigv4 for ca-centralJordonPhillips2016-12-081-0/+2
* Update endpointsJordonPhillips2016-12-081-3/+54
* Add gs support for object-level storage class features.Matt Houglum2016-10-184-73/+95
* Bumped to 2.43.02.43.0kyleknap2016-10-171-1/+1
* Autodetect sigv4 for us-east-2kyleknap2016-10-171-1/+3
* Add us-east-2 to endpoints.jsonkyleknap2016-10-171-2/+48
* Merge pull request #3574 from collinstocks/developJames Saryerwinnie2016-08-031-3/+3
|\
| * Fix bug where boto.dynamodb2.table.Table#batch_get() fails to paginate result...Collin RM Stocks2016-07-121-3/+3
* | Bumped to 2.42.02.42.0JordonPhillips2016-07-191-1/+1
|/
* Merge branch 'tipabu-http-presign' into developJames Saryerwinnie2016-07-081-2/+2
|\
| * Respect is_secure parameter in generate_url_sigv4Tim Burke2016-06-061-2/+2
* | Run ec2/ecs tests as part of default test runJames Saryerwinnie2016-07-081-1/+1
* | Merge pull request #3563 from kyleknap/pr/3106Kyle Knapp2016-07-082-3/+23
|\ \
| * | * Bumped Mturk API version to 2014-08-15 WSDLAndrew Watts2016-06-272-3/+23
| |/
* | Bumped to 2.41.0JordonPhillips2016-06-271-1/+1
* | Update endpoints.jsonJordonPhillips2016-06-272-2/+39
|/
* Bumped to 2.40.0JordonPhillips2016-04-281-1/+1
* Allow s3 bucket lifecycle policies with multiple transitionsRyan Sydnor2016-04-121-16/+91
* Fix upload part for py3kyleknap2016-04-071-1/+1
* glacier: forcing vault_name to be str, fixes #2603Felix Yan2016-04-071-1/+1