moto/tests/test_s3
Chih-Hsuan Yen 6c0a2dc374
Fix copying S3 objects with question marks in keys
PR #2062 fixes copy for unicode keys. However, the change breaks keys
with question marks. Here is an alternative fix that works for both
emojis and question marks.

I notice this when running the test suite of aiobotocore. One of the
tests [1] is broken with moto >= 1.3.8.

[1] https://github.com/aio-libs/aiobotocore/blob/0.10.3/tests/test_basic_s3.py#L314-L329
2019-09-29 23:55:52 +08:00
..
__init__.py implement s3 object tagging 2017-07-15 22:36:12 -04:00
test_s3_lifecycle.py add TODO for testing exceptions with aimu and nve 2018-10-05 11:04:55 -05:00
test_s3_storageclass.py Add S3 support for INTELLIGENT_TIERING, GLACIER and DEEP_ARCHIVE storage 2019-08-05 17:34:39 +02:00
test_s3_utils.py switch from calling clean in loop to undoing clean in delete_keys 2019-09-24 17:07:58 -05:00
test_s3.py Fix copying S3 objects with question marks in keys 2019-09-29 23:55:52 +08:00
test_server.py Fixing broken tests #2126 2019-03-28 10:09:03 -07:00