summaryrefslogtreecommitdiff
path: root/swiftclient/service.py
Commit message (Expand)AuthorAgeFilesLines
* Allow for uploads from standard input.Timur Alperovich2017-07-261-0/+2
* Buffer reads from diskTim Burke2017-07-111-9/+10
* Option to ignore mtime metadata entry.Christopher Bartz2017-07-061-1/+3
* Merge "Skip checksum validation on partial downloads"Jenkins2017-06-221-0/+1
|\
| * Skip checksum validation on partial downloadsTim Burke2017-04-211-0/+1
* | Merge "Tolerate RFC-compliant ETags"Jenkins2017-06-221-7/+20
|\ \ | |/
| * Tolerate RFC-compliant ETagsTim Burke2017-04-211-7/+20
* | Merge "Stop sending X-Static-Large-Object headers"Jenkins2017-06-141-1/+0
|\ \
| * | Stop sending X-Static-Large-Object headersTim Burke2017-04-101-1/+0
| |/
* | respect bulk delete page size and fix logic errorJohn Dickinson2017-04-201-12/+30
|/
* Fix some reST field lists in docstringsliuyamin2017-03-291-10/+10
* Close file handle after upload jobKazufumi Noto2017-03-161-23/+34
* Accept more types of input for headers/metaTim Burke2016-11-181-3/+5
* Add additional headers for HEAD/GET/DELETE requests.Charles Hsu2016-11-071-18/+28
* boolean logic cleanup in service.Swift[Copy|Post]ObjectClay Gerrard2016-08-251-5/+4
* Merge "Strip leading/trailing whitespace from headers"Jenkins2016-08-251-1/+1
|\
| * Strip leading/trailing whitespace from headersTim Burke2016-08-191-1/+1
* | Merge "Add copy object method"Jenkins2016-08-241-1/+224
|\ \ | |/ |/|
| * Add copy object methodMarek Kaleta2016-08-231-1/+224
* | Add an option: disable etag check on downloadsCheng Li2016-06-021-3/+5
|/
* Merge "Support client certificate/key"Jenkins2016-05-191-0/+4
|\
| * Support client certificate/keyCedric Brandily2016-04-101-0/+4
* | Merge "Use application/directory content-type for dir markers"Jenkins2016-05-191-6/+9
|\ \
| * | Use application/directory content-type for dir markersTim Burke2016-04-081-6/+9
| |/
* | Default to v3 auth if we find a (user|project)-domain-(name|id) optionTim Burke2016-05-031-5/+12
* | Pull option processing out to service.pyTim Burke2016-05-031-0/+6
* | Merge "Identify segments uploaded via swiftclient"Jenkins2016-05-021-4/+7
|\ \
| * | Identify segments uploaded via swiftclientTim Burke2016-04-081-4/+7
| |/
* | Fix downloading from "marker" itemSergey Gotliv2016-04-081-1/+1
|/
* Fix SwiftPostObject options usage in SwiftServiceMarek Kaleta2016-03-231-3/+3
* download method shouldn't download all objectHu Bing2016-03-011-1/+1
* Merge "Fix segmented upload to pseudo-dir via <container>"Jenkins2016-02-101-12/+13
|\
| * Fix segmented upload to pseudo-dir via <container>James Nzomo2016-02-041-12/+13
* | Don't trust X-Object-Meta-MtimeTim Burke2016-01-291-4/+8
* | Merge "Error with uploading large object includes unicode path"Jenkins2016-01-281-1/+2
|\ \ | |/ |/|
| * Error with uploading large object includes unicode pathJude Job2016-01-181-1/+2
* | Use bulk-delete middleware when availableTim Burke2016-01-121-40/+125
* | Fix upload to pseudo-dir passed by <container> argJames Nzomo2016-01-041-1/+9
|/
* New API documentation for python-swiftclientJoel Wright2015-11-251-1/+2
* Merge "Centralize header parsing"Jenkins2015-11-121-5/+3
|\
| * Centralize header parsingTim Burke2015-09-031-5/+3
* | enable autodocumentation for utils module; docstring fixesZack M. Davis2015-09-101-4/+4
* | Log and report trace on service operation failsJoel Wright2015-08-311-52/+185
|/
* Reduce memory usage for download/delete and add --no-shuffle option to st_dow...Joel Wright2015-07-201-48/+81
* Merge "Add ability to download objects to particular folder."Jenkins2015-07-111-1/+12
|\
| * Add ability to download objects to particular folder.Charles Hsu2015-07-081-1/+12
* | Merge "SwiftClient object upload beginning with / or "./""Jenkins2015-07-071-4/+4
|\ \
| * | SwiftClient object upload beginning with / or "./"Pradeep Kumar Singh2015-06-171-4/+4
* | | Merge "Remove all DLO segments on upload of replacement"Jenkins2015-07-021-12/+20
|\ \ \
| * | | Remove all DLO segments on upload of replacementTim Burke2015-03-231-12/+20