Skip to content

Commit

Permalink
Udates the bureaucratic bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltwaterC committed Jul 30, 2012
1 parent d61c250 commit dcb400d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.22
* Reverted the usage of Stream.pipe() for the Stream Request Body Handler [#49](https://github.com/SaltwaterC/aws2js/issues/49), [#50](https://github.com/SaltwaterC/aws2js/pull/50).

## v0.6.21
* Enabled the ?delete subresource for S3 [#51](https://github.com/SaltwaterC/aws2js/issues/51).
* Added a new S3 helper: s3.delMultiObjects() that makes use of the ?delete subresource.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
* [Dan Ordille](https://github.com/dordille) - fixes a double callback calling for the DynamoDB client
* [ubert](https://github.com/ubert) - [s3.copyObject()](https://github.com/SaltwaterC/aws2js/wiki/s3.copyObject%28%29)
* [Jacky Jiang](https://github.com/t83714) - enabled the ?delete S3 subresource
* [Alon Burg](http://burg-alon.9folds.com/) - reverted the usage of Stream.pipe() for the Stream Request Body Handler.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws2js",
"main": "./lib/aws.js",
"version": "0.6.21",
"version": "0.6.22",
"description": "AWS (Amazon Web Services) APIs client implementation for node.js",
"dependencies": {
"libxmljs": ">=0.5.0",
Expand Down Expand Up @@ -71,6 +71,10 @@
{
"name": "Jacky Jiang",
"url": "https://github.com/t83714"
},
{
"name": "Alon Burg",
"url": "http://burg-alon.9folds.com/"
}
],
"repository": {
Expand All @@ -80,5 +84,5 @@
"keywords": ["amazon", "aws", "rest", "api", "https", "query api", "ec2",
"rds", "ses", "elb", "s3", "iam", "auto scaling", "cloudwatch",
"elasticache", "sqs", "simpledb", "sdb", "security token service", "sts",
"dynamodb", "sns"]
"dynamodb", "sns", "emr", "elastic mapreduce"]
}

0 comments on commit dcb400d

Please sign in to comment.