We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab4e89 commit 3433b87Copy full SHA for 3433b87
2 files changed
source/s3_auto_ranged_put.c
@@ -13,6 +13,7 @@
13
#include <aws/common/clock.h>
14
#include <aws/common/encoding.h>
15
#include <aws/common/string.h>
16
+#include <aws/common/xml_parser.h>
17
#include <aws/io/stream.h>
18
19
/* TODO: better logging of steps */
source/s3_copy_object.c
@@ -8,6 +8,7 @@
8
#include "aws/s3/private/s3_request_messages.h"
9
#include "aws/s3/private/s3_util.h"
10
11
12
/* Objects with size smaller than the constant below are bypassed as S3 CopyObject instead of multipart copy */
static const size_t s_multipart_copy_minimum_object_size = GB_TO_BYTES(1);
0 commit comments