diff --git a/infrastructure/ecs-main/buckets.yml b/infrastructure/ecs-main/buckets.yml index 4cd5445fd..1be23452b 100644 --- a/infrastructure/ecs-main/buckets.yml +++ b/infrastructure/ecs-main/buckets.yml @@ -221,13 +221,13 @@ Resources: KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/cli/stable RedirectRule: Protocol: "https" - HostName: ${self.custom.site.host.${self:provider.stage}} + 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 RedirectRule: Protocol: "https" - HostName: ${self.custom.site.host.${self:provider.stage}} + HostName: ${self:custom.site.host.${self:provider.stage}} ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/current CloudManagerBucket: Type: "AWS::S3::Bucket"