Add corresponding tests

This commit is contained in:
Harshavardhana
2015-07-16 17:32:33 -07:00
parent 5eae32f2b0
commit 86a887f9d4
4 changed files with 67 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ var errorCodeResponse = map[int]Error{
},
InvalidMaxParts: {
Code: "InvalidArgument",
Description: "Argument maxParts must be an integer between 1 and 10000 ",
Description: "Argument maxParts must be an integer between 1 and 10000",
HTTPStatusCode: http.StatusBadRequest,
},
InvalidPartNumberMarker: {