Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
add South America (Sao Paulo) Regio
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Mar 18, 2012
1 parent 1bdbcef commit 57e5c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ec2ui/content/ec2ui/preferences.js
Expand Up @@ -441,6 +441,7 @@ var ec2ui_prefs = {
endpointmap['us-west-2'] = new Endpoint('us-west-2', 'https://ec2.us-west-2.amazonaws.com');
endpointmap['ap-southeast-1'] = new Endpoint('ap-southeast-1', 'https://ec2.ap-southeast-1.amazonaws.com');
endpointmap['ap-northeast-1'] = new Endpoint('ap-northeast-1', 'https://ec2.ap-northeast-1.amazonaws.com');
endpointmap['sa-east-1'] = new Endpoint('sa-east-1', 'https://ec2.sa-east-1.amazonaws.com');
}

return new WrappedMapEndpoints(endpointmap, this);
Expand Down

0 comments on commit 57e5c6a

Please sign in to comment.