Skip to content

Commit

Permalink
🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Nov 22, 2023
1 parent e14e43d commit 570975e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/s3_auto_ranged_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ static bool s_s3_auto_ranged_get_update(
request = aws_s3_request_new(
meta_request,
AWS_S3_AUTO_RANGE_GET_REQUEST_TYPE_PART,
AWS_S3_REQUEST_TYPE_UPLOAD_PART,
"UploadPart",
AWS_S3_REQUEST_TYPE_GET_OBJECT,
"GetObject",
1 /*part_number*/,
AWS_S3_REQUEST_FLAG_RECORD_RESPONSE_HEADERS | AWS_S3_REQUEST_FLAG_PART_SIZE_RESPONSE_BODY);

Expand Down

0 comments on commit 570975e

Please sign in to comment.