signature/region: Remove 'milkyway' and use 'us-east-1' as default.

Fixes #980
This commit is contained in:
Harshavardhana
2015-11-23 13:39:57 -08:00
parent fe2cb11e76
commit 7c91a8495f
5 changed files with 8 additions and 8 deletions

View File

@@ -213,7 +213,7 @@ var errorCodeResponse = map[int]APIError{
},
AuthorizationHeaderMalformed: {
Code: "AuthorizationHeaderMalformed",
Description: "The authorization header is malformed; the region is wrong; expecting 'milkyway'.",
Description: "The authorization header is malformed; the region is wrong; expecting 'us-east-1'.",
HTTPStatusCode: http.StatusBadRequest,
},
MalformedPOSTRequest: {