Skip to content

Commit c9c5047

Browse files
authored
DOP-5450: Change atlas operator routing /atlas-operator -> /operator (#1088)
Change atlas operator routing to desired routing
1 parent b05fef4 commit c9c5047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/ecs-main/buckets.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,11 @@ Resources:
314314
HostName: ${self:custom.site.host.${self:provider.stage}}
315315
ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/cli/current
316316
- RoutingRuleCondition:
317-
KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/stable
317+
KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/operator/stable
318318
RedirectRule:
319319
Protocol: "https"
320320
HostName: ${self:custom.site.host.${self:provider.stage}}
321-
ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/current
321+
ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/operator/current
322322
CloudManagerBucket:
323323
Type: "AWS::S3::Bucket"
324324
Properties:

0 commit comments

Comments
 (0)