Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 2, 2023
1 parent cf4f680 commit 5286463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/s3_data_plane_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,8 @@ static int s_test_s3_download_multipart_get_single_part_upload(struct aws_alloca
struct aws_s3_client *client = NULL;
ASSERT_SUCCESS(aws_s3_tester_client_new(&tester, &client_options, &client));

struct aws_byte_cursor object_path = aws_byte_cursor_from_c_str("/head-object-test/SingleUpload20mbWithCRC32.txt");
// TODO: upload this file or use one from our test bucket
struct aws_byte_cursor object_path = aws_byte_cursor_from_c_str("/SingleUpload20mbWithCRC32.txt");

// struct aws_s3_tester_meta_request_options put_options = {
// .allocator = allocator,
Expand Down

0 comments on commit 5286463

Please sign in to comment.