manishsat / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

eu-west-server seems not available when creating a SimpleDB connexion. #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. SimpleDB sdb = new SimpleDB("xxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxx", 
true, "sdb.eu-west-1.amazonaws.com")

What is the expected output? What do you see instead?
I'm expecting to be connected on the european partition of sdb.
Instead of that, I'm connected on sdb.amazonaws.com, I can see it when listing 
the sdb domains.

What version of the product are you using? On what operating system?
Java, windows, latest typica library.

Please provide any additional information below.

Original issue reported on code.google.com by vincent....@gmail.com on 11 Mar 2011 at 2:42