Skip to content

Commit

Permalink
remove unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shameersss1 committed Mar 26, 2024
1 parent f8e9a1e commit 8d739be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ public SinglePendingCommit uploadFileToPendingCommit(File localFile,
destKey,
uploadId,
partNumber,
size).build();x
size).build();
// Read from the file input stream at current position.
RequestBody body = RequestBody.fromInputStream(fileStream, size);
UploadPartResponse response = writeOperations.uploadPart(part, body, statistics);
Expand Down

0 comments on commit 8d739be

Please sign in to comment.