]> git.apps.os.sepia.ceph.com Git - s3-tests.git/commit
Add more testing for presigned URLs
authorTobias Urdin <tobias.urdin@binero.se>
Sun, 4 Feb 2024 14:28:28 +0000 (14:28 +0000)
committerCasey Bodley <cbodley@redhat.com>
Thu, 7 Mar 2024 21:02:34 +0000 (16:02 -0500)
commitf3c2b9a744df49466250d8e36a7c70e183c010a2
treea6303abe16243088f53e6d8575f90d55cad1492e
parent021ada21654f1ee535adefd2ec9734f4eebcf808
Add more testing for presigned URLs

This improves the testing for presigned URLs for
both get_object and put_object when using
generate_presigned_url().

It covers the case where you pass for example
a x-amz-acl (ACL in params for generated_presigned_url)
header that should be signed.

Tests the regression in [1].

[1] https://tracker.ceph.com/issues/64308

Signed-off-by: Tobias Urdin <tobias.urdin@binero.se>
(cherry picked from commit 055451f666c1acf37f4e6ba6829f335ee340117e)
s3tests_boto3/functional/test_s3.py