mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
test(s3): promote passing SSE multipart cases (#2900)
This commit is contained in:
@@ -156,8 +156,6 @@ test_delete_objects_version_if_match_last_modified_time
|
||||
test_delete_objects_version_if_match_size
|
||||
test_encryption_sse_c_multipart_invalid_chunks_1
|
||||
test_encryption_sse_c_multipart_invalid_chunks_2
|
||||
test_encryption_sse_c_multipart_upload
|
||||
test_encryption_sse_c_unaligned_multipart_upload
|
||||
test_get_multipart_checksum_object_attributes
|
||||
test_head_bucket_usage
|
||||
test_lifecycle_cloud_multiple_transition
|
||||
@@ -226,9 +224,7 @@ test_read_through
|
||||
test_restore_noncur_obj
|
||||
test_restore_object_permanent
|
||||
test_restore_object_temporary
|
||||
test_sse_kms_multipart_upload
|
||||
test_sse_kms_post_object_authenticated_request
|
||||
test_sse_s3_default_multipart_upload
|
||||
test_versioned_object_acl_no_version_specified
|
||||
test_versioning_multi_object_delete_with_marker_create
|
||||
test_versioning_stack_delete_merkers
|
||||
|
||||
@@ -525,15 +525,19 @@ test_copy_object_ifmatch_failed
|
||||
test_copy_object_ifnonematch_good
|
||||
test_cors_presigned_put_object_tenant_with_acl
|
||||
test_cors_presigned_put_object_with_acl
|
||||
test_encryption_sse_c_multipart_upload
|
||||
test_encryption_sse_c_unaligned_multipart_upload
|
||||
test_get_nonpublicpolicy_acl_bucket_policy_status
|
||||
test_get_publicpolicy_acl_bucket_policy_status
|
||||
test_lifecycle_expiration_date
|
||||
test_lifecycle_expiration_tags1
|
||||
test_lifecycle_expiration_versioning_enabled
|
||||
test_object_copy_to_itself_with_metadata
|
||||
test_object_presigned_put_object_with_acl
|
||||
test_object_presigned_put_object_with_acl_tenant
|
||||
test_object_put_acl_mtime
|
||||
test_object_raw_authenticated_bucket_acl
|
||||
test_object_raw_authenticated_object_acl
|
||||
test_object_raw_get_object_acl
|
||||
test_object_copy_to_itself_with_metadata
|
||||
test_sse_kms_multipart_upload
|
||||
test_sse_s3_default_multipart_upload
|
||||
|
||||
@@ -162,8 +162,6 @@ test_delete_objects_version_if_match_last_modified_time
|
||||
test_delete_objects_version_if_match_size
|
||||
test_encryption_sse_c_multipart_invalid_chunks_1
|
||||
test_encryption_sse_c_multipart_invalid_chunks_2
|
||||
test_encryption_sse_c_multipart_upload
|
||||
test_encryption_sse_c_unaligned_multipart_upload
|
||||
test_get_multipart_checksum_object_attributes
|
||||
test_head_bucket_usage
|
||||
test_lifecycle_cloud_multiple_transition
|
||||
@@ -232,9 +230,7 @@ test_read_through
|
||||
test_restore_noncur_obj
|
||||
test_restore_object_permanent
|
||||
test_restore_object_temporary
|
||||
test_sse_kms_multipart_upload
|
||||
test_sse_kms_post_object_authenticated_request
|
||||
test_sse_s3_default_multipart_upload
|
||||
test_versioned_object_acl_no_version_specified
|
||||
test_versioning_multi_object_delete_with_marker_create
|
||||
test_versioning_stack_delete_merkers
|
||||
|
||||
Reference in New Issue
Block a user