We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436953a commit e575343Copy full SHA for e575343
1 file changed
include/aws/s3/private/s3_util.h
@@ -44,7 +44,10 @@ extern const struct aws_byte_cursor g_s3_service_name;
44
extern const struct aws_byte_cursor g_range_header_name;
45
extern const struct aws_byte_cursor g_content_range_header_name;
46
extern const struct aws_byte_cursor g_accept_ranges_header_name;
47
+
48
+AWS_S3_API
49
extern const struct aws_byte_cursor g_acl_header_name;
50
51
extern const struct aws_byte_cursor g_post_method;
52
extern const struct aws_byte_cursor g_delete_method;
53
extern const uint32_t g_s3_max_num_upload_parts;
0 commit comments