Skip to content

Commit 2e0b836

Browse files
committed
add the comments
1 parent a863a16 commit 2e0b836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/s3_data_plane_tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7144,7 +7144,7 @@ static int s_test_s3_get_object_multipart_mrap(struct aws_allocator *allocator,
71447144
return s_s3_get_object_mrap_helper(allocator, true /*multipart*/);
71457145
}
71467146

7147-
/* NOTE: MRAP doesn't support MPU. https://github.com/aws/aws-sdk-java-v2/discussions/3969 */
7147+
/* NOTE: MRAP doesn't support MPU yet. https://github.com/aws/aws-sdk-java-v2/discussions/3969 */
71487148
static int s_s3_put_object_mrap_helper(struct aws_allocator *allocator, bool multipart) {
71497149
struct aws_s3_tester tester;
71507150
ASSERT_SUCCESS(aws_s3_tester_init(allocator, &tester));

0 commit comments

Comments
 (0)