Revision 2005b18e kamaki/clients/pithos_rest_api.py
b/kamaki/clients/pithos_rest_api.py | ||
---|---|---|
482 | 482 |
self.set_param('hashmap', hashmap, iff=hashmap) |
483 | 483 |
|
484 | 484 |
self.set_header('Range', data_range) |
485 |
self.set_header('If-Range', '', |
|
486 |
if_range is True and data_range) |
|
485 |
self.set_header('If-Range', '', if_range and data_range) |
|
487 | 486 |
self.set_header('If-Match', if_etag_match, ) |
488 | 487 |
self.set_header('If-None-Match', if_etag_not_match) |
489 | 488 |
self.set_header('If-Modified-Since', if_modified_since) |
Also available in: Unified diff