-
Notifications
You must be signed in to change notification settings - Fork 1.2k
change: adding eu-central-2 bucket info to JS constants #4907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5d26c2b
1fb761c
86693e2
5bff245
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,11 @@ | |
gated_content_bucket="jumpstart-private-cache-prod-eu-central-1", | ||
neo_content_bucket="sagemaker-sd-models-prod-eu-central-1", | ||
), | ||
JumpStartLaunchedRegionInfo( | ||
region_name="eu-central-2", | ||
content_bucket="jumpstart-cache-prod-eu-central-2", | ||
gated_content_bucket="jumpstart-private-cache-prod-eu-central-2", | ||
), | ||
Comment on lines
70
to
+77
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the neo bucket not needed for this region? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added to description: Adding JS bucket info. I verified through the Neo RIP service that their bucket is not available as of yet. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Then should you remove the neo bucket? |
||
JumpStartLaunchedRegionInfo( | ||
region_name="eu-north-1", | ||
content_bucket="jumpstart-cache-prod-eu-north-1", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are there any E2E tests covering this file? we should probably trigger those before merging.