summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Application credential support follow-upTim Burke2020-05-271-12/+17
* Merge "Support v3 application credentials auth."Zuul2020-05-131-9/+50
|\
| * Support v3 application credentials auth.Charles Hsu2020-04-161-9/+50
* | Fixed capability discovery endpoint hardcodeIvan Kolodyazhny2020-04-241-2/+15
|/
* object versioning featuresClay Gerrard2020-04-081-8/+16
* Cleanup session on deleteAlex Schultz2019-12-081-0/+9
* Fix up requests so we can send non-RFC-compliant headers on py3Tim Burke2019-07-251-2/+4
* Clean up warnings from newer flake8Tim Burke2019-06-271-1/+1
* Make proper functions instead of assigning lambdasTim Burke2019-02-211-1/+3
* Update hacking versionZhijunWei2019-01-031-7/+7
* Add delimiter to get_account().Timur Alperovich2018-11-301-7/+12
* Stop leaking quite so many connectionsTim Burke2018-11-091-12/+16
* Stop lazy importing keystoneclientTim Burke2018-09-071-23/+30
* Remove unnecessary calls to parse_header_string().Timur Alperovich2018-07-241-8/+2
* Merge "Properly handle unicode headers."Zuul2018-07-241-5/+24
|\
| * Properly handle unicode headers.Timur Alperovich2018-07-231-5/+24
* | Add close() to _RetryBody.Timur Alperovich2018-07-201-0/+3
|/
* Merge "Stop mutating header dicts"Zuul2018-07-171-31/+34
|\
| * Stop mutating header dictsTim Burke2017-08-251-31/+34
* | Make OS_AUTH_URL work in DevStack by defaultClay Gerrard2018-06-201-1/+6
* | Merge "Use a valid default for auth_version"Zuul2018-06-061-1/+1
|\ \
| * | Use a valid default for auth_versionPete Zaitcev2018-05-041-1/+1
* | | Make swiftclient respect region_name when using sessionsErik Olof Gunnar Andersson2018-05-161-1/+3
|/ /
* | Add force auth retry mode in swiftclientKota Tsuyuzaki2018-03-131-1/+8
* | Add a query_string option to head_object().Timur Alperovich2018-03-051-3/+6
* | Merge "Add support for versionless endpoints"Jenkins2017-08-291-2/+15
|\ \ | |/ |/|
| * Add support for versionless endpointsChristian Schwede2017-06-131-2/+15
* | Do not set Content-Type to '' with new requests.Timur Alperovich2017-06-131-2/+4
|/
* Fix logging of the gzipped bodyVitaly Gridnev2017-03-081-2/+5
* Merge "Add additional headers for HEAD/GET/DELETE requests."Jenkins2016-11-081-23/+42
|\
| * Add additional headers for HEAD/GET/DELETE requests.Charles Hsu2016-11-071-23/+42
* | Low-level API: Don't log just before raising an exceptionTim Burke2016-10-281-7/+2
* | Merge "Adding keystoneauth sessions support"Jenkins2016-10-261-10/+25
|\ \
| * | Adding keystoneauth sessions supportPaulo Ewerton2016-05-191-10/+25
* | | Remove redundant space in docstringAnh Tran2016-09-281-4/+4
* | | TrivialFix: Removed redundant 'the'Anh Tran2016-09-271-2/+2
| |/ |/|
* | Merge "Accept gzip-encoded API responses"Jenkins2016-09-011-3/+5
|\ \
| * | Accept gzip-encoded API responsesTim Burke2016-08-301-3/+5
* | | Merge "Convert numeric and boolean header values to strings"Jenkins2016-08-311-0/+7
|\ \ \ | |/ / |/| |
| * | Convert numeric and boolean header values to stringsTim Burke2016-08-251-0/+7
* | | Merge "client: renew token on 401 even if retries is 0"Jenkins2016-08-261-4/+4
|\ \ \ | |/ / |/| |
| * | client: renew token on 401 even if retries is 0Julien Danjou2016-06-071-4/+4
| |/
* | Merge "Add copy object method"Jenkins2016-08-241-0/+71
|\ \
| * | Add copy object methodMarek Kaleta2016-08-231-0/+71
| |/
* | Merge "Query string functionality for containers"Jenkins2016-06-141-9/+25
|\ \ | |/ |/|
| * Query string functionality for containersAndrew Welleck2016-06-091-9/+25
* | Merge "Support client certificate/key"Jenkins2016-05-191-3/+36
|\ \
| * | Support client certificate/keyCedric Brandily2016-04-101-3/+36
* | | Correct doc string for http_conn argumentKota Tsuyuzaki2016-05-121-27/+27
| |/ |/|
* | Merge "Check responses when retrying bodies"Jenkins2016-05-111-0/+17
|\ \ | |/ |/|