Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Optionally display listings in raw json" | Zuul | 2019-07-10 | 2 | -1/+40 |
|\ | |||||
| * | Optionally display listings in raw json | Clay Gerrard | 2019-07-09 | 2 | -1/+40 |
* | | Merge "Add missing <sync-to> value in command line docs" | Zuul | 2019-07-09 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Add missing <sync-to> value in command line docs | Kota Tsuyuzaki | 2018-02-23 | 1 | -1/+1 |
* | | Merge "Clean up warnings from newer flake8" | Zuul | 2019-06-28 | 3 | -1/+3 |
|\ \ | |||||
| * | | Clean up warnings from newer flake8 | Tim Burke | 2019-06-27 | 3 | -1/+3 |
* | | | Fix SLO re-upload | Tim Burke | 2019-06-27 | 2 | -16/+22 |
|/ / | |||||
* | | Isolate docs requirements | Tim Burke | 2019-06-27 | 2 | -1/+9 |
* | | Make proper functions instead of assigning lambdas | Tim Burke | 2019-02-21 | 2 | -2/+6 |
* | | Update hacking version | ZhijunWei | 2019-01-03 | 3 | -22/+23 |
* | | Add delimiter to get_account(). | Timur Alperovich | 2018-11-30 | 1 | -7/+12 |
* | | Stop leaking quite so many connections | Tim Burke | 2018-11-09 | 1 | -12/+16 |
* | | Stop lazy importing keystoneclient | Tim Burke | 2018-09-07 | 1 | -23/+30 |
* | | Merge "Remove unnecessary calls to parse_header_string()."3.6.0 | Zuul | 2018-07-25 | 1 | -8/+2 |
|\ \ | |||||
| * | | Remove unnecessary calls to parse_header_string(). | Timur Alperovich | 2018-07-24 | 1 | -8/+2 |
* | | | Merge "Back out some version bumps" | Zuul | 2018-07-24 | 1 | -3/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | Back out some version bumps | Tim Burke | 2018-07-11 | 1 | -3/+8 |
* | | | Merge "Properly handle unicode headers." | Zuul | 2018-07-24 | 1 | -5/+24 |
|\ \ \ | |||||
| * | | | Properly handle unicode headers. | Timur Alperovich | 2018-07-23 | 1 | -5/+24 |
* | | | | Add close() to _RetryBody. | Timur Alperovich | 2018-07-20 | 1 | -0/+3 |
|/ / / | |||||
* | | | Merge "Stop mutating header dicts" | Zuul | 2018-07-17 | 1 | -31/+34 |
|\ \ \ | |||||
| * | | | Stop mutating header dicts | Tim Burke | 2017-08-25 | 1 | -31/+34 |
* | | | | Add bash_completion to swiftclient | Matthew Oliver | 2018-07-13 | 1 | -99/+213 |
* | | | | Merge "Treat 404 as success when deleting segments" | Zuul | 2018-07-12 | 1 | -9/+10 |
|\ \ \ \ | |||||
| * | | | | Treat 404 as success when deleting segments | Tim Burke | 2018-01-26 | 1 | -9/+10 |
| | |_|/ | |/| | | |||||
* | | | | Add ability to generate a temporary URL with an | mmcardle | 2018-07-10 | 2 | -4/+32 |
| |_|/ |/| | | |||||
* | | | Merge "Add option for user to enter password" | Zuul | 2018-06-30 | 1 | -0/+37 |
|\ \ \ | |||||
| * | | | Add option for user to enter password | Alistair Coles | 2018-06-11 | 1 | -0/+37 |
* | | | | Make OS_AUTH_URL work in DevStack by default | Clay Gerrard | 2018-06-20 | 1 | -1/+6 |
|/ / / | |||||
* | | | Merge "Use a valid default for auth_version" | Zuul | 2018-06-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Use a valid default for auth_version | Pete Zaitcev | 2018-05-04 | 1 | -1/+1 |
* | | | | Merge "show option per line" | Zuul | 2018-06-05 | 1 | -4/+8 |
|\ \ \ \ | |||||
| * | | | | show option per line | Thiago da Silva | 2018-03-17 | 1 | -4/+8 |
* | | | | | Make swiftclient respect region_name when using sessions | Erik Olof Gunnar Andersson | 2018-05-16 | 1 | -1/+3 |
| |/ / / |/| | | | |||||
* | | | | Add force auth retry mode in swiftclient | Kota Tsuyuzaki | 2018-03-13 | 3 | -2/+17 |
|/ / / | |||||
* | | | Add a query_string option to head_object(). | Timur Alperovich | 2018-03-05 | 1 | -3/+6 |
|/ / | |||||
* | | Allow for object uploads > 5GB from stdin. | Timur Alperovich | 2018-01-18 | 2 | -25/+227 |
* | | Merge "Allow --meta on upload" | Zuul | 2017-12-08 | 2 | -2/+11 |
|\ \ | |||||
| * | | Allow --meta on upload | Tim Burke | 2017-07-06 | 2 | -2/+11 |
* | | | Merge "Add support for versionless endpoints" | Jenkins | 2017-08-29 | 1 | -2/+15 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add support for versionless endpoints | Christian Schwede | 2017-06-13 | 1 | -2/+15 |
* | | | Allow for uploads from standard input. | Timur Alperovich | 2017-07-26 | 2 | -3/+25 |
* | | | Buffer reads from disk | Tim Burke | 2017-07-11 | 1 | -9/+10 |
* | | | Option to ignore mtime metadata entry. | Christopher Bartz | 2017-07-06 | 2 | -1/+12 |
| |/ |/| | |||||
* | | Merge "Skip checksum validation on partial downloads" | Jenkins | 2017-06-22 | 1 | -0/+1 |
|\ \ | |||||
| * | | Skip checksum validation on partial downloads | Tim Burke | 2017-04-21 | 1 | -0/+1 |
* | | | Merge "Tolerate RFC-compliant ETags" | Jenkins | 2017-06-22 | 1 | -7/+20 |
|\ \ \ | |/ / | |||||
| * | | Tolerate RFC-compliant ETags | Tim Burke | 2017-04-21 | 1 | -7/+20 |
* | | | Merge "Stop sending X-Static-Large-Object headers" | Jenkins | 2017-06-14 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | Stop sending X-Static-Large-Object headers | Tim Burke | 2017-04-10 | 1 | -1/+0 |
| |/ / |