I have a website set up using S3 as a static website host. If I have a link such as "xxx.com/play?test=1", this gets a 302 redirect to "xxx.com/play/" with the query parameter stripped.
I am trying to find a way so that the query string parameters gets preserved. I cannot change the original link (xxx.com/play?test=1) - but it feels that within either the redirect rules, or within the objects themselves I can make this work. Is this possible?