swift/test
Walter Doekes a8c2b46da6 tempurl: Fix PUT upload to temp url on py3
Without this change, the self._response_headers gets a dict_items() type
on PUT. But the rest of the code assumes that it is a list.

Bug manifestation:

    File "swift/common/middleware/catch_errors.py", line 120,
        in handle_request
      self._response_headers.append(('X-Trans-Id', trans_id))
  AttributeError: 'dict_items' object has no attribute 'append'

Closes-Bug: #1929083
Change-Id: I5c398b6008716b64c668737e4201ba3b6ab3320b
(cherry picked from commit 77530136f1)
2021-05-21 18:41:23 +00:00
..
functional Merge "s3api: Allow CompleteMultipartUpload requests to be retried" 2020-06-25 20:47:29 +00:00
probe Populate shrinking shards with shard ranges learnt from root 2021-02-22 18:29:48 -06:00
s3api s3api: Implement object versioning API 2020-01-28 14:00:08 -08:00
unit tempurl: Fix PUT upload to temp url on py3 2021-05-21 18:41:23 +00:00
__init__.py Suppress CryptographyDeprecationWarnings 2020-08-26 13:09:41 -07:00
sample.conf fix s3api functional tests 2020-05-15 22:38:04 -07:00