Skip to content

Commit

Permalink
addressing a minor issue missed in merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
diljotgrewal authored Oct 2, 2024
1 parent 1f78fdc commit a36fa15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ private long putObject() throws IOException {
final S3ADataBlocks.DataBlock block = getActiveBlock();
final long size = block.dataSize();
final S3ADataBlocks.BlockUploadData uploadData = block.startUpload();
final PutObjectRequest putObjectRequest =
PutObjectRequest putObjectRequest =
writeOperationHelper.createPutObjectRequest(
key,
uploadData.getSize(),
Expand Down

0 comments on commit a36fa15

Please # to comment.