Skip to content

Commit

Permalink
Added Delete(s)
Browse files Browse the repository at this point in the history
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
  • Loading branch information
Bukhtawar committed Oct 11, 2023
1 parent 9c432b7 commit a28fc7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Map<String, Long> toMap() {
results.put("GetObject", getMetrics.get());
results.put("ListObjects", listMetrics.get());
results.put("PutObject", putMetrics.get());
results.put("DeleteObject", deleteMetrics.get());
results.put("DeleteObjects", deleteMetrics.get());
results.put("PutMultipartObject", multiPartPutMetrics.get());
return results;
}
Expand Down

0 comments on commit a28fc7b

Please sign in to comment.