Skip to content

Commit

Permalink
don't include it for the list part
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Nov 21, 2024
1 parent 57c1492 commit 9dc17d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/s3_request_messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const struct aws_byte_cursor g_s3_list_parts_excluded_headers[] = {
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("x-amz-object-lock-legal-hold"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("x-amz-copy-source"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("x-amz-copy-source-range"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("if-none-match"),
};

const size_t g_s3_list_parts_excluded_headers_count = AWS_ARRAY_SIZE(g_s3_list_parts_excluded_headers);
Expand Down Expand Up @@ -180,7 +179,6 @@ const struct aws_byte_cursor g_s3_list_parts_with_checksum_excluded_headers[] =
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("x-amz-object-lock-legal-hold"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("x-amz-copy-source"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("x-amz-copy-source-range"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("if-none-match"),
};

const size_t g_s3_list_parts_with_checksum_excluded_headers_count =
Expand Down

0 comments on commit 9dc17d0

Please sign in to comment.