okumin opened a new pull request, #4515: URL: https://github.com/apache/ozone/pull/4515
## What changes were proposed in this pull request? Make `ObjectEndpoint#get` not accept an HTTP request body so that we no longer see the following WARNING. ``` ozone-s3g-6bd9d99555-lgmsl: WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.apache.hadoop.ozone.s3.endpoint.ObjectEndpoint.get(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,java.io.InputStream) throws java.io.IOException,org.apache.hadoop.ozone.s3.exception.OS3Exception, should not consume any entity. ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8354 ## How was this patch tested? I verified we never observe the warning the master branch with this patch. -- 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]
