Skip to content

Commit e575343

Browse files
authored
export symbol used in tests (#85)
1 parent 436953a commit e575343

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/aws/s3/private/s3_util.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ extern const struct aws_byte_cursor g_s3_service_name;
4444
extern const struct aws_byte_cursor g_range_header_name;
4545
extern const struct aws_byte_cursor g_content_range_header_name;
4646
extern const struct aws_byte_cursor g_accept_ranges_header_name;
47+
48+
AWS_S3_API
4749
extern const struct aws_byte_cursor g_acl_header_name;
50+
4851
extern const struct aws_byte_cursor g_post_method;
4952
extern const struct aws_byte_cursor g_delete_method;
5053
extern const uint32_t g_s3_max_num_upload_parts;

0 commit comments

Comments
 (0)