Query: Can Traefik ingress controller check request body length?

I want to use an ingress controller for my EKS cluster hosted on AWS. One of my requirements is to check the body size of the request packets and discard large packets (example: greater than 2m).
This is similar to client_max_body_size property of NGINX. Can something like this available in Traefik Ingress Controller?