Merge "Stop sending X-Static-Large-Object headers"

This commit is contained in:
Jenkins 2017-06-14 23:35:32 +00:00 committed by Gerrit Code Review
commit 4515002d78
2 changed files with 0 additions and 2 deletions

View File

@ -1984,7 +1984,6 @@ class SwiftService(object):
} for d in segment_results
])
put_headers['x-static-large-object'] = 'true'
mr = {}
conn.put_object(
container, obj, manifest_data,

View File

@ -717,7 +717,6 @@ class TestShell(unittest.TestCase):
mock.ANY,
headers={
'x-object-meta-mtime': mock.ANY,
'x-static-large-object': 'true'
},
query_string='multipart-manifest=put',
response_dict={})