Skip to content

Commit

Permalink
multidelete shall be a delete
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Jul 11, 2024
1 parent 1d76620 commit 062fd42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ public MultiDeleteResponse multiDelete(@PathParam("bucket") String bucketName,
MultiDeleteResponse result = new MultiDeleteResponse();

// Check if the S3Gateway status is readonly
Optional<Response> checkResult = checkIfReadonly(false);
Optional<Response> checkResult = checkIfReadonly(true);
if (checkResult.isPresent()) {
Response res = checkResult.get();
result.addError(new Error("", res.getStatusInfo().getReasonPhrase(),
Expand Down

0 comments on commit 062fd42

Please sign in to comment.