summaryrefslogtreecommitdiff
path: root/swiftclient/utils.py
Commit message (Expand)AuthorAgeFilesLines
* shell: Allow timeouts to have unitsTim Burke2023-03-201-0/+14
* Allow tempurl to be used to sign /info requestsTim Burke2022-08-291-3/+11
* Allow tempurl times to have unitsTim Burke2022-08-191-34/+55
* tempurl: Support sha256 and sha512 signatures4.0.1Tim Burke2022-06-081-3/+19
* Remove unnecessary unicode prefixesStephen Finucane2022-03-211-4/+4
* Remove unnecessary object subclassingStephen Finucane2022-03-211-3/+3
* Remove sixStephen Finucane2022-03-211-14/+10
* Clean up some warningsTim Burke2020-06-171-2/+5
* Optionally display listings in raw jsonClay Gerrard2019-07-091-0/+22
* Fix SLO re-uploadTim Burke2019-06-271-0/+8
* Isolate docs requirementsTim Burke2019-06-271-1/+1
* Add ability to generate a temporary URL with anmmcardle2018-07-101-3/+22
* ISO 8601 timestamps for tempurlChristopher Bartz2017-03-291-19/+54
* Fix some reST field lists in docstringsliuyamin2017-03-291-1/+1
* Fix logging of the gzipped bodyVitaly Gridnev2017-03-081-2/+7
* Merge "Accept more types of input for headers/meta"Jenkins2017-01-241-6/+16
|\
| * Accept more types of input for headers/metaTim Burke2016-11-181-6/+16
* | prefix-based tempurls supportChristopher Bartz2017-01-191-6/+16
|/
* Add additional headers for HEAD/GET/DELETE requests.Charles Hsu2016-11-071-0/+14
* Make tempurl subcommand insist on whole number secondsAlistair Coles2016-09-141-5/+7
* Make tempurl command check for valid object pathAlistair Coles2016-09-141-3/+13
* Accept gzip-encoded API responsesTim Burke2016-08-301-0/+5
* Fix unicode issues in tempurl commandTim Burke2016-07-191-17/+28
* Use bulk-delete middleware when availableTim Burke2016-01-121-0/+10
* Retry file uploads via SwiftServiceTim Burke2016-01-111-4/+28
* Wrap raw iterators to ensure we send entire contents to serverTim Burke2015-12-301-0/+9
* Merge "enable autodocumentation for utils module; docstring fixes"Jenkins2015-10-291-9/+9
|\
| * enable autodocumentation for utils module; docstring fixesZack M. Davis2015-09-101-9/+9
* | Miscellaneous (mostly test) cleanupTim Burke2015-10-071-21/+17
|/
* absolute expiry option for tempURL generationZack M. Davis2015-09-041-3/+6
* Log and report trace on service operation failsJoel Wright2015-08-311-2/+16
* Remove simplejson dependencyTim Burke2015-05-201-1/+12
* Add improvements to MD5 validation.Daniel Wakefield2015-03-041-0/+1
* Verify MD5 of uploaded objects.Daniel Wakefield2015-02-191-7/+89
* Adding Swift Temporary URL supportJosh Gachnang2014-07-111-0/+49
* Python 3: Get compatible types from sixVictor Stinner2014-03-281-1/+3
* Add LengthWrapper in put_object to honor content_length paramClay Gerrard2014-02-251-0/+18
* Port to python-requestsTristan Cacqueray2014-02-121-50/+0
* Enable usage of proxies defined in environment (http(s)_proxy).Davide Guerri2013-12-101-0/+50
* Add verbose output to all stat commandsClay Gerrard2013-10-091-0/+30
* Move multi-threading code to a library.Darrell Bishop2013-07-281-1/+0
* Add env[SWIFTCLIENT_INSECURE]You Yamagata2013-01-101-0/+28