From 75b6c7e10c86cb2e0b2b3aff6a50f486f20ec789 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:20:57 -0400 Subject: [PATCH] Update V2.1 Bi-connector redirect (#1074) --- infrastructure/ecs-main/buckets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ecs-main/buckets.yml b/infrastructure/ecs-main/buckets.yml index 48df98ce9..46dbdfa36 100644 --- a/infrastructure/ecs-main/buckets.yml +++ b/infrastructure/ecs-main/buckets.yml @@ -103,7 +103,7 @@ Resources: HostName: ${self:custom.site.host.${self:provider.stage}} ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/bi-connector/current - RoutingRuleCondition: - KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/bi-connector/v2.1 + KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/bi-connector/v2.1/ RedirectRule: Protocol: "https" HostName: ${self:custom.site.host.${self:provider.stage}}