summaryrefslogtreecommitdiff
path: root/swiftclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Allow tempurl times to have units"4.1.0Zuul2022-08-252-42/+65
|\
| * Allow tempurl times to have unitsTim Burke2022-08-192-42/+65
* | Merge "Add option to skip container PUT during upload"Zuul2022-08-232-48/+60
|\ \
| * | Add option to skip container PUT during uploadTim Burke2022-01-112-48/+60
* | | Merge "Expand retry handling on ratelimit response"Zuul2022-08-191-1/+1
|\ \ \
| * | | Expand retry handling on ratelimit responseClay Gerrard2022-08-181-1/+1
* | | | Merge "Enable retry_on_ratelimit by default"Zuul2022-08-192-4/+7
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Enable retry_on_ratelimit by defaultTim Burke2022-08-182-4/+7
* | | Merge "More cleanup following py2 removal"Zuul2022-08-183-16/+1
|\ \ \ | |/ / |/| |
| * | More cleanup following py2 removalTim Burke2022-05-243-16/+1
* | | tempurl: Support sha256 and sha512 signatures4.0.1Tim Burke2022-06-082-4/+29
|/ /
* | Add timeout for Swift service4.0.0Pavel Abalikhin2022-04-212-0/+4
* | Remove unnecessary unicode prefixesStephen Finucane2022-03-211-4/+4
* | Remove unnecessary object subclassingStephen Finucane2022-03-215-16/+16
* | Remove sixStephen Finucane2022-03-217-86/+53
* | Remove coding commentsStephen Finucane2022-03-211-1/+0
* | Remove __future__ importsStephen Finucane2022-03-213-6/+1
* | Don't patch Requests globally on importAarni Koskela2022-03-212-22/+59
* | Drop support for Python 2Stephen Finucane2022-03-161-16/+2
|/
* Merge "Include storage policy when listing account with --long"3.13.0Zuul2021-10-131-2/+3
|\
| * Include storage policy when listing account with --longTim Burke2021-09-211-2/+3
* | Correctly aggregate totals for >10k itemsTim Burke2021-09-211-15/+17
|/
* Only log the traceback for non-404sTim Burke2021-09-201-1/+1
* Improve formatting for billions of objectsTim Burke2021-09-201-2/+2
* Fix Typo in shell.pyjonasdlindner2021-04-291-1/+1
* Have `delete --all` imply `--versions` for the CLITim Burke2020-10-161-2/+4
* Merge "Close connections created when calling module-level functions"Zuul2020-10-151-17/+70
|\
| * Close connections created when calling module-level functionsTim Burke2020-10-131-17/+70
* | Merge "Include transaction ID in ClientException.__str__"Zuul2020-09-222-2/+13
|\ \ | |/ |/|
| * Include transaction ID in ClientException.__str__Tim Burke2020-09-092-2/+13
* | (Mostly) revert "Cleanup session on delete"Tim Burke2020-09-081-8/+10
|/
* Add max_backoff and starting_backoff for get_conn in swift serviceMeuh2020-07-281-2/+4
* Clean up some warningsTim Burke2020-06-171-2/+5
* Application credential support follow-upTim Burke2020-05-272-16/+23
* Merge "Support v3 application credentials auth."Zuul2020-05-133-14/+112
|\
| * Support v3 application credentials auth.Charles Hsu2020-04-163-14/+112
* | Fixed capability discovery endpoint hardcodeIvan Kolodyazhny2020-04-241-2/+15
|/
* Improve `list --versions` outputTim Burke2020-04-101-4/+11
* object versioning featuresClay Gerrard2020-04-084-28/+163
* Merge "Add test for bulk-delete-attempt-counter fix"Zuul2020-01-161-1/+1
|\
| * Add test for bulk-delete-attempt-counter fixTim Burke2019-11-151-1/+1
* | Merge "Cleanup session on delete"Zuul2019-12-091-0/+9
|\ \ | |/ |/|
| * Cleanup session on deleteAlex Schultz2019-12-081-0/+9
* | Fix printed object names on successful bulk-deleteSébastien Blaisot2019-11-151-4/+2
* | v1auth: support endpoint_data_for() apiTim Burke2019-11-061-1/+11
* | docs: Fix warning treated as errorTim Burke2019-09-041-0/+6
|/
* Merge "Fix up requests so we can send non-RFC-compliant headers on py3"Zuul2019-08-021-2/+4
|\
| * Fix up requests so we can send non-RFC-compliant headers on py3Tim Burke2019-07-251-2/+4
* | Delete/overwrite symlinks betterTim Burke2019-08-011-2/+4
|/
* Merge "Optionally display listings in raw json"Zuul2019-07-102-1/+40
|\