]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
remove reliance on x-rgw-object-count and x-rgw-bytes-used headers 517/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 21 Jun 2023 17:20:53 +0000 (13:20 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 22 Jun 2023 12:42:29 +0000 (08:42 -0400)
commit188b392131c9292386cee7c929aaa4ab17f655a5
tree79a76ec503fda6a0e393ce6a49cfb42efe09e7fe
parent4476773180465fcbed60307da23c859977db61f6
remove reliance on x-rgw-object-count and x-rgw-bytes-used headers

stop using head_bucket() to fetch these response headers, and use
list_objects_v2() instead to count objects and sizes

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