mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
s3: add v2 signature presigned put_object tests
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
ac71900ffb
commit
999d39d4db
1 changed files with 12 additions and 0 deletions
|
@ -6814,6 +6814,18 @@ def test_cors_presigned_put_object_with_acl():
|
||||||
cannedACL='private',
|
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():
|
def test_cors_presigned_put_object_tenant():
|
||||||
_test_cors_options_presigned_method(
|
_test_cors_options_presigned_method(
|
||||||
client=get_tenant_client(),
|
client=get_tenant_client(),
|
||||||
|
|
Loading…
Reference in a new issue