File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66#include "aws/s3/private/s3_checksums.h"
77#include "aws/s3/private/s3_client_impl.h"
8- #include <aws/checksums/crc.h>
98#include "aws/s3/private/s3_default_buffer_pool.h"
109#include "aws/s3/private/s3_meta_request_impl.h"
1110#include "aws/s3/private/s3_util.h"
1211#include "aws/s3/s3_client.h"
1312#include "s3_tester.h"
13+ #include <aws/checksums/crc.h>
1414#include <aws/common/byte_buf.h>
1515#include <aws/common/clock.h>
1616#include <aws/common/common.h>
@@ -1731,7 +1731,7 @@ static int s_test_s3_get_object_file_path_direct_io_content_verify(struct aws_al
17311731 ASSERT_SUCCESS (aws_s3_tester_send_meta_request_with_options (& tester , & put_options , NULL ));
17321732
17331733 /* Download with O_DIRECT to a known file path */
1734- const char * local_file_path = "/tmp/aws_s3_direct_io_crc32_verify " ;
1734+ const char * local_file_path = "aws_s3_direct_io_crc32_verify_test_file " ;
17351735 struct aws_string * host_name =
17361736 aws_s3_tester_build_endpoint_string (allocator , & g_test_bucket_name , & g_test_s3_region );
17371737 struct aws_byte_cursor host_cursor = aws_byte_cursor_from_string (host_name );
You can’t perform that action at this time.
0 commit comments