summaryrefslogtreecommitdiff
path: root/keystoneclient/middleware/s3_token.py
Commit message (Expand)AuthorAgeFilesLines
* Fix s3_token middleware parsing insecure option1.3.1Brant Knudson2015-04-201-1/+2
* Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-2/+1
* Mark the keystoneclient s3_token middleware deprecatedMorgan Fainberg2014-08-041-0/+4
* Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-191-1/+1
* replace string format arguments with function parametersChristian Berendt2014-05-201-11/+11
* fixed typos found by RETF rulesChristian Berendt2014-05-031-2/+2
* Merge "Remove vim header"Jenkins2014-02-131-2/+0
|\
| * Remove vim headerEric Guo2014-02-081-2/+0
* | Python3: use six.moves.urllib.parse.quote instead of urllib.quoteCyril Roelandt2014-02-101-3/+3
* | Python3: webob.Response.body must be bytesCyril Roelandt2014-02-061-2/+5
|/
* Use requests library in S3 middlewareJamie Lennox2014-02-051-33/+33
* Copy s3_token middleware from keystoneBrant Knudson2014-01-271-0/+263