Description
org.apache.hadoop.ozone.s3.VirtualHostStyleFilter supports virtual host style bucket addresses (eg. http://bucket.localhost/ instead of http://localhost/bucket)
It could be activated by setting the domain name to ozone.s3g.domain.name.
Based on the configuration it recreates the URL of the request before the request is processed.
Unfortunately during this recreation the query part of the URL is lost. (eg http://bucket.localhost/?prefix=/ will be converted to http://localhost/bucket)