This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Add support for region eu-central-1#640
Open
jmanero-r7 wants to merge 5 commits intoNetflix:masterfrom
Open
Conversation
* Update AWS-SDK library (aws-java-sdk) to version 1.8.11. This is the latest 1.8.x release, which includes support for the new region * Add EU_CENTRAL_1 to Region, with SimpleDB disabled (SDB isn't deployed in eu-central-1) * Add a Boolean field to Region to disable SimpleDB caching/access, and hack short-circuits in into AwsSimpleDbService to keep it from trying to make calls to the non-existant API endpoint.
|
asgard-pull-requests #490 FAILURE |
|
anyone planning to merge this PULL request? Unfortunately I get a 404 for the cloudbees failure notice above |
Added C4, M4, and T2 instance types
|
asgard-pull-requests #526 FAILURE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.8.x release, which includes support for the new region
eu-central-1)
short-circuits in into AwsSimpleDbService to keep it from trying to make
calls to the non-existant API endpoint.