Skip to content

Commit

Permalink
OAK-11305: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-rana committed Dec 13, 2024
1 parent 5c26126 commit 8f74f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ private void renameKeys() throws DataStoreException {
// delete the object if it follows old key name format
if( s3ObjSumm.getKey().startsWith(KEY_PREFIX)) {
deleteList.add(new DeleteObjectsRequest.KeyVersion(
s3ObjSumm.getKey()));
s3ObjSumm.getKey()));
keysToDelete.add(s3ObjSumm.getKey());
}
}
Expand Down

0 comments on commit 8f74f3a

Please sign in to comment.