]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/s3readwrite: avoid using cStringIO
authorKefu Chai <kchai@redhat.com>
Fri, 27 Mar 2020 04:58:16 +0000 (12:58 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 2 Jun 2020 02:32:23 +0000 (10:32 +0800)
commitc3e10a9aadd0871425cb82171a35fe8787b30bd6
tree9f7b18a78845ef7522138e99fa15f6a04fd2cb8c
parenta495d7431b3494bc061be62868d2acbf03aa0864
qa/tasks/s3readwrite: avoid using cStringIO

cStringIO is not offered by python3, so avoid using using this module.

this file does not exist in master anymore, so this change is not
cherry-picked from master.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/s3readwrite.py