]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
boto3: multi-object-delete tests use client.delete_objects() 503/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 13 Mar 2023 17:00:25 +0000 (13:00 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 13 Mar 2023 17:33:00 +0000 (13:33 -0400)
commit787dc6bd43d11acaec6ec8e7b942296410b254f3
treec17ee862e5df6ea789598d6554d829a190491417
parent6d2ed19c18d549903c96b21f6af0edb801a7397a
boto3: multi-object-delete tests use client.delete_objects()

when the tests were converted from boto2, they were rewritten as loops
over client.delete_object(). switch back to multi-delete

Signed-off-by: Casey Bodley <cbodley@redhat.com>
s3tests_boto3/functional/test_s3.py