Skip to content

Commit

Permalink
Update source/s3_auto_ranged_get.c
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Graeb <graebm@amazon.com>
  • Loading branch information
waahm7 and graebm authored Dec 12, 2023
1 parent 10216ce commit f97a8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_auto_ranged_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static bool s_s3_auto_ranged_get_update(
case AWS_S3_AUTO_RANGE_GET_REQUEST_TYPE_HEAD_OBJECT:
AWS_LOGF_INFO(
AWS_LS_S3_META_REQUEST,
"id=%p: Doing a headObject to discover the size of the object",
"id=%p: Doing a HeadObject to discover the size of the object",
(void *)meta_request);
request = aws_s3_request_new(
meta_request,
Expand Down

0 comments on commit f97a8a1

Please sign in to comment.