neils-dev commented on a change in pull request #2655: URL: https://github.com/apache/ozone/pull/2655#discussion_r713530463
########## File path: hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/signature/AWSSignatureProcessor.java ########## @@ -41,19 +39,26 @@ * header. For more details refer to AWS documentation https://docs.aws * .amazon.com/general/latest/gr/sigv4-create-canonical-request.html. **/ -@RequestScoped + public class AWSSignatureProcessor implements SignatureProcessor { private static final Logger LOG = LoggerFactory.getLogger(AWSSignatureProcessor.class); @Context private ContainerRequestContext context; Review comment: Thanks. Removed now unused `@Context` annotation and corresponding `ContainerRequestContext` variable. -- 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]
