Skip to content

Commit af02b05

Browse files
committed
fix: neo regions not ga in 5 regions
1 parent bcb470a commit af02b05

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

src/sagemaker/jumpstart/region_config.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
},
3030
"ap-south-2": {
3131
"content_bucket": "jumpstart-cache-prod-ap-south-2",
32-
"gated_content_bucket": "jumpstart-private-cache-prod-ap-south-2",
33-
"neo_content_bucket": "sagemaker-sd-models-prod-ap-south-2"
32+
"gated_content_bucket": "jumpstart-private-cache-prod-ap-south-2"
3433
},
3534
"ap-southeast-1": {
3635
"content_bucket": "jumpstart-cache-prod-ap-southeast-1",
@@ -44,13 +43,11 @@
4443
},
4544
"ap-southeast-3": {
4645
"content_bucket": "jumpstart-cache-prod-ap-southeast-3",
47-
"gated_content_bucket": "jumpstart-private-cache-prod-ap-southeast-3",
48-
"neo_content_bucket": "sagemaker-sd-models-prod-ap-southeast-3"
46+
"gated_content_bucket": "jumpstart-private-cache-prod-ap-southeast-3"
4947
},
5048
"ap-southeast-4": {
5149
"content_bucket": "jumpstart-cache-prod-ap-southeast-4",
52-
"gated_content_bucket": "jumpstart-private-cache-prod-ap-southeast-4",
53-
"neo_content_bucket": "sagemaker-sd-models-prod-ap-southeast-4"
50+
"gated_content_bucket": "jumpstart-private-cache-prod-ap-southeast-4"
5451
},
5552
"ap-southeast-5": {
5653
"content_bucket": "jumpstart-cache-prod-ap-southeast-5",
@@ -67,13 +64,11 @@
6764
},
6865
"ca-west-1": {
6966
"content_bucket": "jumpstart-cache-prod-ca-west-1",
70-
"gated_content_bucket": "jumpstart-private-cache-prod-ca-west-1",
71-
"neo_content_bucket": "sagemaker-sd-models-prod-ca-west-1"
67+
"gated_content_bucket": "jumpstart-private-cache-prod-ca-west-1"
7268
},
7369
"cn-north-1": {
7470
"content_bucket": "jumpstart-cache-prod-cn-north-1",
75-
"gated_content_bucket": "jumpstart-private-cache-prod-cn-north-1",
76-
"neo_content_bucket": null
71+
"gated_content_bucket": "jumpstart-private-cache-prod-cn-north-1"
7772
},
7873
"cn-northwest-1": {
7974
"content_bucket": "jumpstart-cache-prod-cn-northwest-1",
@@ -99,8 +94,7 @@
9994
},
10095
"eu-south-2": {
10196
"content_bucket": "jumpstart-cache-prod-eu-south-2",
102-
"gated_content_bucket": "jumpstart-private-cache-prod-eu-south-2",
103-
"neo_content_bucket": "sagemaker-sd-models-prod-eu-south-2"
97+
"gated_content_bucket": "jumpstart-private-cache-prod-eu-south-2"
10498
},
10599
"eu-west-1": {
106100
"content_bucket": "jumpstart-cache-prod-eu-west-1",

0 commit comments

Comments
 (0)