Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "beamer", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Sync directories to S3", | ||
"main": "index.js", | ||
"main": "./lib/index.js", | ||
"bin": { | ||
@@ -30,12 +30,16 @@ "beam": "./bin/beam" | ||
"command-router": "0.0.5", | ||
"powerwalk": "0.0.1", | ||
"graceful-fs": "~1.2.1", | ||
"mime": "~1.2.9", | ||
"knox": "~0.8.2", | ||
"colors": "~0.6.0-1", | ||
"ini": "~1.1.0" | ||
"ini": "~1.1.0", | ||
"powerwalk": "~0.1.3", | ||
"concat-stream": "~1.0.0", | ||
"xml2js": "~0.2.8", | ||
"through": "~2.3.4", | ||
"graceful-fs": "~2.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.10.0" | ||
"mocha": "~1.12.0", | ||
"superagent": "~0.15.4" | ||
} | ||
} |
@@ -1,8 +0,8 @@ | ||
# beamer - currently WIP: may not work as advertised ;) [![Build Status](https://travis-ci.org/jxson/beamer.png)](https://travis-ci.org/jxson/beamer) | ||
# beamer - currently a WIP: may not work as advertised ;) [![Build Status](https://travis-ci.org/jxson/beamer.png)](https://travis-ci.org/jxson/beamer) [![Dependency Status](https://david-dm.org/jxson/beamer.png)](https://david-dm.org/jxson/beamer) | ||
CLI and node.js module for uploading directories and files to S3. | ||
CLI and node.js module for syncing local directories to S3. | ||
# Features | ||
* upload entire directories | ||
* sync local directory | ||
@@ -23,2 +23,19 @@ # TODO: | ||
upload everything in a local directory | ||
var beamer = require('beamer') | ||
beamer(dirname) | ||
.configure({ bucket: <your bucket> | ||
, key: <your AWS key> | ||
, secret: <your AWS secret> | ||
}) | ||
.on('error', function(err){ throw err }) | ||
.on('response', function(res){ | ||
console.log(res.req.method, res.statusCode, res.req.url) | ||
}) | ||
.on('end', function(){ | ||
console.log('all done!') | ||
}) | ||
# CLI | ||
@@ -25,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161632
30
272
51
10
2
1
+ Addedconcat-stream@~1.0.0
+ Addedthrough@~2.3.4
+ Addedxml2js@~0.2.8
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbase64-js@0.0.2(transitive)
+ Addedbops@0.0.6(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedconcat-stream@1.0.1(transitive)
+ Addedglob@4.5.3(transitive)
+ Addedgraceful-fs@2.0.33.0.12(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@2.0.10(transitive)
+ Addednatives@1.1.6(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpowerwalk@0.1.7(transitive)
+ Addedthrough@2.3.8(transitive)
+ Addedthrough2@0.6.5(transitive)
+ Addedto-utf8@0.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedglob@3.1.21(transitive)
- Removedgraceful-fs@1.2.01.2.3(transitive)
- Removedinherits@1.0.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedpowerwalk@0.0.1(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedgraceful-fs@~2.0.0
Updatedpowerwalk@~0.1.3