summaryrefslogtreecommitdiff
path: root/boto
Commit message (Expand)AuthorAgeFilesLines
* Added function get_utf8able_strCat Lee Ball 🎷🐛2019-03-277-16/+45
* Added missing import to sixCat Lee Ball 🎷🐛2019-03-261-0/+1
* Removed get_utf8 importsCat Lee Ball 🎷🐛2019-03-263-3/+0
* Replaced get_utf8_value with six.ensure_strCat Lee Ball 🎷🐛2019-03-268-33/+17
* Fix test failures introduced in #3855 and #3866.Matt Houglum2019-03-211-5/+5
* Merge pull request #3854 from catleeball/utils-get-utf8Mike Schwartz2019-03-202-2/+4
|\
| * Explicitly cast config.get to floatCat Lee Ball 🎷🐛2019-03-201-1/+1
| * Removed get_binary_str functionCat Lee Ball 🎷🐛2019-03-201-8/+0
| * Mostly reverted get_utf8 changesCat Lee Ball 🎷🐛2019-03-191-3/+3
| |\
| * | Updated get_utf8 and get_binary_strCat Lee Ball 🎷🐛2019-03-191-2/+12
| |/
* | A sneaky .encode() snuck back inCat Lee Ball 🎷🐛2019-03-201-1/+1
* | Fixed wget snafu porting from last PRCat Lee Ball 🎷🐛2019-03-201-8640/+1883
* | Python 2 / 3 compatibility fixesCat Lee Ball 🎷🐛2019-03-206-1899/+8678
|/
* Update six to 1.12Joe Walker2019-03-191-19/+93
* Send SNI for HTTPS connectionsKevin Locke2019-01-151-4/+22
* Allows anon auth'n to S3 via a config option.Matt Houglum2018-09-164-19/+46
* Bumped to 2.49.02.49.0masterDonald Stufft2018-07-111-1/+1
* Import the latest CA Bundle from certifiDonald Stufft2018-07-111-3800/+4363
* Fix to support uploads to KMS-encrypted buckets.Matt Houglum2018-03-121-5/+9
* Support fetching GCS bucket encryption metadata.Matt Houglum2018-03-085-6/+179
* Update layer1.pyClement Demonchy2017-10-241-1/+1
* Update layer1.pyClement Demonchy2017-10-241-2/+1
* Update layer1.pyClement Demonchy2017-10-041-0/+2
* Support Billing Configuration.Mark Hjelm2017-09-124-13/+104
* Bumped to 2.48.02.48.0JordonPhillips2017-07-061-1/+1
* Merge pull request #3734 from edmorley/anon-generate_urlMike Schwartz2017-06-281-5/+5
|\
| * Fix generate_url() AttributeError when using anonymous connectionsEd Morley2017-05-251-5/+5
* | Merge pull request #3737 from JordonPhillips/default-regioninfoJordon Phillips2017-06-141-0/+2
|\ \
| * | Use RegionInfo by default with heuristicsJordonPhillips2017-06-021-0/+2
| |/
* | Allow specifying s3 host from boto config file.Matt Houglum2017-06-131-3/+6
|/
* Bumped to 2.47.02.47.0JordonPhillips2017-05-241-1/+1
* Populate storage class from HEAD Object responses.Matt Houglum2017-02-283-1/+14
* Bumped to 2.46.12.46.1JordonPhillips2017-02-201-1/+1
* Bumped to 2.46.02.46.0JordonPhillips2017-02-201-1/+1
* Whitelist sigv2 regionsJordonPhillips2017-02-131-12/+61
* Use generic connect functionJordonPhillips2017-02-1046-215/+221
* 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