Skip to content

Commit

Permalink
don't need to set that
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokung committed Sep 7, 2012
1 parent 481ed86 commit d338e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dynamodb.go
Expand Up @@ -94,7 +94,6 @@ func (t *Table) doDynamoRequest(operation string, body []byte) ([]byte, error) {
req.ContentLength = int64(len(body))
req.Header.Set("Host", t.region.endpoint)
req.Header.Set("X-Amz-Target", "DynamoDB_20111205."+operation)
req.Header.Set("X-Amz-Date", time.Now().UTC().Format(iSO8601BasicFormat))
req.Header.Set("Date", time.Now().UTC().Format(http.TimeFormat))
req.Header.Set("Content-Type", "application/x-amz-json-1.0")
req.Header.Set("Connection", "Keep-Alive")
Expand Down

0 comments on commit d338e72

Please sign in to comment.