]> git.apps.os.sepia.ceph.com Git - s3-tests.git/commit
boto3/test_s3: range encoding helper function takes a size argument
authorAbhishek Lekshmanan <abhishek@suse.com>
Tue, 26 Mar 2019 10:22:00 +0000 (11:22 +0100)
committerCasey Bodley <cbodley@redhat.com>
Fri, 26 May 2023 20:48:51 +0000 (16:48 -0400)
commit741f2cbc9e054bcf94718391c305d7d4b07de59d
tree45288b1757fffe938f0217f259aa98275045f576
parentb05a394738a9aed826badc0dd8a47265a3c887e4
boto3/test_s3: range encoding helper function takes a size argument

This is to avoid a get_object call for every range check as the object size will
not change during this duration and we'd most likely already know the object
sizes beforehand

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
s3tests_boto3/functional/test_s3.py