swift/test
Walter Doekes 24c086c8d0 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:40:52 +00:00
..
cors Merge "s3api: Allow CORS preflight requests" 2021-03-16 04:20:52 +00:00
functional replace md5 with swift utils version 2020-12-15 09:52:55 -05:00
probe Merge "Report final in_progress when sharding is complete" 2021-02-26 18:42:36 +00:00
s3api replace md5 with swift utils version 2020-12-15 09:52:55 -05:00
unit tempurl: Fix PUT upload to temp url on py3 2021-05-21 18:40:52 +00:00
__init__.py py2: Suppress more CryptographyDeprecationWarnings 2020-11-13 22:04:03 -08:00
debug_logger.py Move DebugLogger to its own module 2021-01-22 10:45:01 -06:00
sample.conf fix s3api functional tests 2020-05-15 22:38:04 -07:00