Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 19, 2024
1 parent 4ecd5c8 commit 3fec7f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion aws-s3-transfer-manager/src/operation/upload/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ impl UploadContext {
pub(crate) fn request(&self) -> &UploadInput {
self.request.deref()
}

}
2 changes: 1 addition & 1 deletion aws-s3-transfer-manager/src/operation/upload/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl UploadHandle {
// TODO: We won't send completeMPU until customers join the future. This can create a
// bottleneck where we have many uploads not making the completeMPU call, waiting for the join
// to happen, and then everyone tries to do completeMPU at the same time. We should investigate doing
// this without waiting for join to happen.
// this without waiting for join to happen.
complete_upload(self).await
}

Expand Down

0 comments on commit 3fec7f4

Please sign in to comment.