summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Static large object support.David Goetz2013-04-031-10/+27
* Enhance put_object to inform when chunk is ignoredjola-mirecka2013-03-061-3/+12
* Print useful message when keystoneclient is not installedFlaper Fesp2013-02-051-2/+10
* Fix debug feature and add --debug to swift.Chmouel Boudjnah2013-01-071-20/+20
* Add --os-cacertDean Troyer2012-12-201-1/+6
* Add --insecure option to fix bug #1077869You Yamagata2012-12-051-5/+14
* Merge "Remove unused json_request."Jenkins2012-11-161-26/+0
|\
| * Remove unused json_request.Chmouel Boudjnah2012-11-161-26/+0
* | Force utf-8 encode of HTTPConnection paramsTihomir Trifonov2012-11-021-1/+30
|/
* swiftclient Connection : default optional arguments to NoneSteven Hardy2012-10-241-4/+6
* Merge "Resolves issue with empty os_options for swift-bench & swift-dispersio...Jenkins2012-09-211-8/+9
|\
| * Resolves issue with empty os_options for swift-bench & swift-dispersion-reportAndy McCrae2012-09-201-8/+9
* | Catch authorization failuresDonagh McCabe2012-09-181-5/+11
|/
* Do not use dictionaries as default parametersMark Washenberger2012-09-131-3/+3
* Add region_name support1.2.0Donagh McCabe2012-09-111-4/+11
* Allow endpoint type to be specified.David Kranz2012-09-041-3/+4
* Ensure Content-Length header when PUT/POST a containerSam Morrison2012-08-151-0/+4
* Use keystoneclient for authentication.Chmouel Boudjnah2012-07-061-59/+71
* Allow specify tenant:user in user.Chmouel Boudjnah2012-06-271-0/+2
* Fix pep8 errors w/pep8==1.3.Samuel Merritt2012-06-151-51/+65
* Raise ClientException for invalid auth version.Dan Prince2012-06-061-1/+4
* Add logging.Chmouel Boudjnah2012-05-091-18/+101
* Make sure we get a header StorageURL with 1.0Chmouel Boudjnah2012-05-081-3/+7
* First commit.Chmouel Boudjnah2012-05-081-0/+950