diff --git a/scripts/s3-tests/excluded_tests.txt b/scripts/s3-tests/excluded_tests.txt index 35df66749..637aaff8c 100644 --- a/scripts/s3-tests/excluded_tests.txt +++ b/scripts/s3-tests/excluded_tests.txt @@ -153,8 +153,6 @@ test_delete_objects_if_match_size test_delete_objects_version_if_match 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_get_multipart_checksum_object_attributes test_head_bucket_usage # ----------------------------------------------------------------------------- @@ -200,7 +198,6 @@ test_lifecycle_noncur_cloud_transition # ----------------------------------------------------------------------------- test_list_buckets_anonymous test_list_buckets_paginated -test_list_multipart_upload test_list_multipart_upload_owner test_multipart_get_part test_multipart_single_get_part diff --git a/scripts/s3-tests/implemented_tests.txt b/scripts/s3-tests/implemented_tests.txt index e0497b441..0f29756e8 100644 --- a/scripts/s3-tests/implemented_tests.txt +++ b/scripts/s3-tests/implemented_tests.txt @@ -535,6 +535,7 @@ test_get_publicpolicy_acl_bucket_policy_status test_lifecycle_expiration_date test_lifecycle_expiration_tags1 test_lifecycle_expiration_versioning_enabled +test_list_multipart_upload test_non_multipart_get_part test_non_multipart_sse_c_get_part test_object_copy_to_itself_with_metadata @@ -546,3 +547,5 @@ test_object_raw_authenticated_object_acl test_object_raw_get_object_acl test_sse_kms_multipart_upload test_sse_s3_default_multipart_upload +test_encryption_sse_c_multipart_invalid_chunks_1 +test_encryption_sse_c_multipart_invalid_chunks_2