nastra commented on code in PR #8365:
URL: https://github.com/apache/iceberg/pull/8365#discussion_r1302671367
##########
aws/src/test/java/org/apache/iceberg/aws/s3/signer/TestS3RestSigner.java:
##########
@@ -148,7 +153,15 @@ public void before() throws Exception {
}
private static Server initHttpServer() throws Exception {
- S3SignerServlet servlet = new S3SignerServlet(S3ObjectMapper.mapper());
+ S3SignerServlet.SignRequestValidator deleteObjectsHasBody =
Review Comment:
```suggestion
S3SignerServlet.SignRequestValidator deleteObjectsHaveBody =
```
or maybe `deleteObjectsWithBody`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]