summaryrefslogtreecommitdiff
path: root/boto
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Change according to request in review
* Update layer1.pyClement Demonchy2017-10-041-0/+2
| | | Add more information on rebuild_environment
* Support Billing Configuration.Mark Hjelm2017-09-124-13/+104
| | | | | | Pass headers everywhere appropriate. Recognize billing and userProject query parameters. Integration test for Billing Configuration.
* 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 connections
| * Fix generate_url() AttributeError when using anonymous connectionsEd Morley2017-05-251-5/+5
| | | | | | | | | | | | | | | | | | | | | | Previously generating a URL would fail for anonymous connections (even when using `query_auth=False`), with: `AttributeError: 'AnonAuthHandler' object has no attribute '_hmac_256'` That now works, and in addition the `query_auth=False` parameter is now optional for anonymous connections. Fixes #1540.
* | Merge pull request #3737 from JordonPhillips/default-regioninfoJordon Phillips2017-06-141-0/+2
|\ \ | | | | | | Use RegionInfo by default with heuristics
| * | 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
| | | | | | Previously we had whitelisted sigv4 regions, this changes that to instead whitelist sigv2 regions. This way, new S3 regions will all use sigv4 without any additional changes needing to be made.
* Use generic connect functionJordonPhillips2017-02-1046-215/+221
| | | | | 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
|
* 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
| | | | | | 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.
* 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
| | | | | | Switches the builtin endpoints to the new format. Functionality is otherwise left unchanged, so there are no hueristics being used for instance.
* Add static endpoint builderJordonPhillips2016-12-161-0/+53
| | | | | | | | This is mostly a copy from the rebuild script, with some minor modifications to use the BotoEndpointResolver. It takes the resolver and generates endpoints in the legacy boto format. This will be useful in maintaining backwards compatibility with endpoint listing parts of the code.
* 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
| | | | | This gets the canonical list of services through the endpoints data.
* Support old endpoint format in new resolverJordonPhillips2016-12-151-2/+46
|
* Create boto endpoint resolverJordonPhillips2016-12-151-0/+34
| | | | | | This class will handle all the boto specific customizations. This specifically adds functionality to use the boto names for the service rather than the endpoint prefix.
* 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
|