Skip to content

Commit 289f28a

Browse files
committed
Fix SdkPojoConverstionUtilsTest by excluding new s3 fields
1 parent b4076a9 commit 289f28a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/multipart/SdkPojoConversionUtilsTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ void toHeadObject_shouldCopyProperties() {
7070
"Key",
7171
"SSECustomerKeyMD5",
7272
"SSECustomerKey",
73-
"SSECustomerAlgorithm"));
73+
"SSECustomerAlgorithm",
74+
"IfMatch",
75+
"IfNoneMatch"));
7476
verifyFieldsAreCopied(randomCopyObject, convertedToHeadObject, fieldsToIgnore,
7577
CopyObjectRequest.builder().sdkFields(),
7678
HeadObjectRequest.builder().sdkFields());

0 commit comments

Comments
 (0)