Skip to content

Commit

Permalink
Put aws signing in its own package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Mar 1, 2013
1 parent bcc33ac commit 3261be4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 193 deletions.
191 changes: 0 additions & 191 deletions aws.js

This file was deleted.

3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ var http = require('http')
, stream = require('stream')
, qs = require('querystring')
, crypto = require('crypto')

, oauth = require('./oauth')
, hawk = require('hawk')
, aws = require('aws-sign')
, uuid = require('node-uuid')
, ForeverAgent = require('./forever')

Expand All @@ -30,7 +32,6 @@ var http = require('http')
, cookieJar = new CookieJar

, tunnel = require('./tunnel')
, aws = require('./aws')

, mime = require('mime')
, FormData = require('form-data')
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"mime": "~1.2.7",
"hawk": "~0.8.1",
"node-uuid": "~1.4.0",
"cookie-jar": "~0.2.0"
"cookie-jar": "~0.2.0",
"aws-sign": "~0.2.0"
},
"scripts": {
"test": "node tests/run.js"
Expand Down

0 comments on commit 3261be4

Please sign in to comment.