python-swiftclient/swiftclient
Tim Burke aaaed55cd4 Stop sending X-Static-Large-Object headers
If we were to include this in a normal PUT, it would 400, but only if
slo is actually in the pipeline. If it's *not*, we'll create a normal
Swift object and the header sticks.

- This is really confusing for users; see the related bug.
- If slo is later enabled in the cluster, Swift starts responding 500
  with a KeyError because the client and on-disk formats don't match!

Change-Id: I1d80c76af02f2ca847123349224ddc36d2a6996b
Related-Change: I986c1656658f874172860469624118cc63bff9bc
Related-Bug: #1680083
2017-04-10 15:40:35 -07:00
..
__init__.py Use "# noqa" instead of "#flake8: noqa" 2016-02-09 23:09:24 +08:00
authv1.py Add v1password keystoneauth plugin 2016-10-24 01:52:37 +02:00
client.py Fix logging of the gzipped body 2017-03-08 00:50:55 +04:00
command_helpers.py Add additional headers for HEAD/GET/DELETE requests. 2016-11-07 13:18:29 +08:00
exceptions.py Include response headers in ClientExceptions 2016-03-03 17:16:33 +00:00
multithreading.py Add new doc structure and contents for swiftclient 2016-04-29 19:21:36 +01:00
service.py Stop sending X-Static-Large-Object headers 2017-04-10 15:40:35 -07:00
shell.py [trivial] Be consistent in using example.com 2017-03-13 16:26:28 +01:00
utils.py Fix some reST field lists in docstrings 2017-03-29 09:28:46 +08:00
version.py Fix some typos 2015-12-30 11:01:33 -08:00