Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Graeb <[email protected]>
  • Loading branch information
TingDaoK and graebm authored Dec 10, 2024
1 parent 7e0c652 commit ea58704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_auto_ranged_put.c
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ static struct aws_future_http_message *s_s3_prepare_complete_multipart_upload(st

if (request->num_times_prepared == 0) {
/**
* The prepare stage for CompleteMultipartUpload is guaranteed to happen from the meta request main thread.
* The prepare stage for CompleteMultipartUpload is guaranteed to happen from the the meta-request's io_event_loop thread.
* So that it's safe to invoke the callback from this stage and not overlapping with any other callbacks.
*/

Expand Down

0 comments on commit ea58704

Please sign in to comment.