From 4ac612426524118e908a66a6a5aaca5cd762bd29 Mon Sep 17 00:00:00 2001 From: Allison Reinheimer Moore Date: Thu, 23 May 2024 12:00:14 -0400 Subject: [PATCH] fix invalid formatting on buckets.yml --- infrastructure/ecs-main/buckets.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/infrastructure/ecs-main/buckets.yml b/infrastructure/ecs-main/buckets.yml index a00466b40..1847c6dab 100644 --- a/infrastructure/ecs-main/buckets.yml +++ b/infrastructure/ecs-main/buckets.yml @@ -216,14 +216,15 @@ Resources: WebsiteConfiguration: IndexDocument: index.html ErrorDocument: ${self:custom.site.errorDoc.${self:provider.stage}, null} - - RoutingRuleCondition: - KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/cli/stable + RoutingRules: + - RoutingRuleCondition: + KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/cli/stable RedirectRule: Protocol: "https" 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 + - RoutingRuleCondition: + KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/stable RedirectRule: Protocol: "https" HostName: ${self.custom.site.host.${self:provider.stage}}