I'm trying to configure path redirect for Amazon S3 bucket static content ( → Properties → Static website hosting → Redirection rules).
Simple rules, such as in instruction, work properly.
Is it possible to configure redirect rules with variables?E.g.:/cleint/{id} ->https://example.com/some_path/{id},where {id} is a client identifier.