Skip to content

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

Merged
merged 4 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/sagemaker/jumpstart/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the neo bucket not needed for this region?

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.

Copy link
Contributor

Choose a reason for hiding this comment

The 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",
Expand Down
Loading