swift/test
Takashi Kajinami 7b5868266a Do not require the close method for response iterator
Since fb08d477eb was merged, storlets
invocation on proxy fails because the close method is called even if
iterator has list_iterator type which doesn't have the close method.

This change replaces the direct call of the close method by
close_if_possible, to avoid Exception if the response iterator is
list or tuple, which don't support the close method.

Change-Id: I851cbb17465b5693dda5206aeae0a3191c9fe4f4
Closes-Bug: #1901453
2020-10-29 15:39:34 -07:00
..
functional py3: Fix non-ascii chars in staticweb listings 2020-09-06 22:04:06 -07:00
probe Merge "probe-tests: Avoid a DuplicateSectionError on py3" 2020-10-07 00:11:43 +00:00
s3api s3api: Implement object versioning API 2020-01-28 14:00:08 -08:00
unit Do not require the close method for response iterator 2020-10-29 15:39:34 -07: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