Update aws-sdk-go: v1.0.7 -> v1.0.8

Adds support for the ap-northeast-2 (Seoul) region
This commit is contained in:
Matthew Rudy Jacobs
2016-05-10 23:42:37 +08:00
parent bb3f5b1768
commit 430cf60b0f
27 changed files with 5808 additions and 93 deletions

View File

@@ -108,7 +108,7 @@ const logRespMsg = `DEBUG: Response %s/%s Details:
-----------------------------------------------------`
func logResponse(r *request.Request) {
var msg = "no reponse data"
var msg = "no response data"
if r.HTTPResponse != nil {
logBody := r.Config.LogLevel.Matches(aws.LogDebugWithHTTPBody)
dumpedBody, _ := httputil.DumpResponse(r.HTTPResponse, logBody)

View File

@@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.0.7"
const SDKVersion = "1.0.8"