summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct type for writing mocked dataJoe Walker2019-03-291-1/+1
* Fix test failures introduced in #3855 and #3866.Matt Houglum2019-03-211-19/+2
* Make mock storage integ test Python 2/3 compatibleCat Lee Ball 🎷🐛2019-03-191-7/+24
* Allows anon auth'n to S3 via a config option.Matt Houglum2018-09-161-0/+35
* Support fetching GCS bucket encryption metadata.Matt Houglum2018-03-082-1/+39
* Fix to make work with pypy.Mark Hjelm2017-09-141-1/+1
* Support Billing Configuration.Mark Hjelm2017-09-121-0/+39
* Merge pull request #3734 from edmorley/anon-generate_urlMike Schwartz2017-06-281-0/+12
|\
| * Fix generate_url() AttributeError when using anonymous connectionsEd Morley2017-05-251-0/+12
* | Merge pull request #3737 from JordonPhillips/default-regioninfoJordon Phillips2017-06-142-0/+23
|\ \
| * | Use RegionInfo by default with heuristicsJordonPhillips2017-06-022-0/+23
| |/
* | Allow specifying s3 host from boto config file.Matt Houglum2017-06-132-4/+32
|/
* Loosen requirements for ID field in PROJECT_PRIVATE_RE to enable new canonica...Joshua Royalty2017-05-091-3/+3
* Populate storage class from HEAD Object responses.Matt Houglum2017-02-281-5/+10
* Merge pull request #3677 from JordonPhillips/fix-s3-integrationendpoints-v2Jordon Phillips2017-02-152-22/+29
|\
| * Fix s3 integration testsJordonPhillips2017-02-152-22/+29
* | Whitelist sigv2 regionsJordonPhillips2017-02-131-32/+101
|/
* Use generic connect functionJordonPhillips2017-02-102-3/+519
* Add generic connect to region functionJordonPhillips2017-02-101-3/+59
* Update rebuild endpoints to new formatJordonPhillips2017-02-091-0/+41
* Minimize exposed endpoint resolver interfaceJordonPhillips2017-02-091-24/+0
* Return None when hostname can't be foundJordonPhillips2017-01-051-0/+5
* Remove legacy endpoint handling from boto resolverJordonPhillips2017-01-041-102/+0
* Consistently refer to the legacy formatJordonPhillips2016-12-291-20/+20
* Make is_global_service privateJordonPhillips2016-12-221-22/+0
* Move backported endpoint resolver to vendoredJordonPhillips2016-12-221-112/+0
* Migrate to new endpoints formatJordonPhillips2016-12-161-5/+1
* Add static endpoint builderJordonPhillips2016-12-163-1/+2056
* Add method to resolve just the hostnameJordonPhillips2016-12-161-0/+46
* Add method to get all regions for serviceJordonPhillips2016-12-161-13/+53
* Add method to identify global servicesJordonPhillips2016-12-161-0/+22
* Provide method to get all services with endpointsJordonPhillips2016-12-151-0/+34
* Support old endpoint format in new resolverJordonPhillips2016-12-151-0/+46
* Create boto endpoint resolverJordonPhillips2016-12-151-20/+52
* Backport EndpointResolverJordonPhillips2016-12-151-0/+220
* Add sigv4 only for eu-west-2kyleknap2016-12-141-0/+1
* Enforce sigv4 for ca-centralJordonPhillips2016-12-081-2/+5
* Add gs support for object-level storage class features.Matt Houglum2016-10-181-9/+24
* Autodetect sigv4 for us-east-2kyleknap2016-10-171-2/+5
* Merge branch 'master' into developkyleknap2016-10-171-0/+1
|\
| * Account for metadata update propagation delayNathan Herring2016-09-221-0/+1
* | fix testCollin RM Stocks2016-07-121-4/+6
|/
* Merge branch 'tipabu-http-presign' into developJames Saryerwinnie2016-07-081-0/+31
|\
| * Respect is_secure parameter in generate_url_sigv4Tim Burke2016-06-061-0/+31
* | Run ec2/ecs tests as part of default test runJames Saryerwinnie2016-07-082-6/+5
* | Mock https connection in ecs testJames Saryerwinnie2016-07-081-1/+12
* | Merge pull request #3563 from kyleknap/pr/3106Kyle Knapp2016-07-085-0/+492
|\ \
| * | Flake8 new tests and modified to work in python3akuznets0v2016-07-015-62/+65
| * | Added unit tests for new WSDL functionality.Kuznetsov2016-06-275-0/+489
| |/
* | Update endpoints.jsonJordonPhillips2016-06-271-1/+2
|/