forked from TrueCloudLab/s3-tests
s3: add v2 signature presigned put_object tests
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 999d39d4db
)
This commit is contained in:
parent
11e3b77811
commit
a139a18b27
1 changed files with 12 additions and 0 deletions
|
@ -6896,6 +6896,18 @@ def test_cors_presigned_put_object_with_acl():
|
|||
cannedACL='private',
|
||||
)
|
||||
|
||||
def test_cors_presigned_put_object_v2():
|
||||
_test_cors_options_presigned_method(
|
||||
client=get_v2_client(),
|
||||
method='put_object',
|
||||
)
|
||||
|
||||
def test_cors_presigned_put_object_tenant_v2():
|
||||
_test_cors_options_presigned_method(
|
||||
client=get_v2_tenant_client(),
|
||||
method='put_object',
|
||||
)
|
||||
|
||||
def test_cors_presigned_put_object_tenant():
|
||||
_test_cors_options_presigned_method(
|
||||
client=get_tenant_client(),
|
||||
|
|
Loading…
Reference in a new issue