Skip to content

Commit

Permalink
Fixes S3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisradek committed Jun 9, 2016
1 parent 2cda3c2 commit 6e1aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/s3.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ describe 'AWS.S3', ->
tr.push(new Buffer('test'))
tr

s3 = new AWS.S3(signatureVersion: 'v4')
s3 = new AWS.S3(signatureVersion: 'v4', s3DisableBodySigning: false)
stream = fs.createReadStream('path/to/file', {start:0, end:5})
req = s3.putObject(Bucket: 'example', Key: 'key', Body: stream)
req.send (err) ->
Expand Down

0 comments on commit 6e1aa27

Please sign in to comment.