summaryrefslogtreecommitdiff
path: root/tests/unit/s3/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where headers were presigned incorrectly.kyleknap2014-09-101-0/+20
* Use unittest.mock if exists.INADA Naoki2014-07-251-2/+1
* Add S3 sigv4 presigningDaniel G. Taylor2014-06-271-0/+43
* Altered ``get_bucket`` to use ``HEAD``.Daniel Lindsley2014-02-061-0/+50
* Extracted the common config altering bits.Daniel Lindsley2014-01-161-28/+2
* Throw an exception if using SigV4 w/o a host.Daniel Lindsley2014-01-161-1/+73
* Add unit test for unicode calling formatDaniel G. Taylor2013-12-271-0/+32
* Added conditional signing selection to S3.Daniel Lindsley2013-12-181-0/+50