From 9e803229d6066f61363e042732dbb98895b4a3b3 Mon Sep 17 00:00:00 2001 From: mmeigs Date: Mon, 10 Mar 2025 09:37:05 -0400 Subject: [PATCH] Change atlas operator routing to desired routing --- infrastructure/ecs-main/buckets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/ecs-main/buckets.yml b/infrastructure/ecs-main/buckets.yml index 46dbdfa36..5fd70a62e 100644 --- a/infrastructure/ecs-main/buckets.yml +++ b/infrastructure/ecs-main/buckets.yml @@ -314,11 +314,11 @@ Resources: HostName: ${self:custom.site.host.${self:provider.stage}} ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/cli/current - RoutingRuleCondition: - KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/stable + KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/operator/stable RedirectRule: Protocol: "https" HostName: ${self:custom.site.host.${self:provider.stage}} - ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/current + ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/operator/current CloudManagerBucket: Type: "AWS::S3::Bucket" Properties: