Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "s3dist", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A command for syncing a local directory to a Amazon S3 Bucket", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,13 +5,13 @@ S3Dist | ||
A nodejs module and CLI for deploying | ||
a directory to an Amazon S3 Bucket with gzip support. | ||
a directory to an Amazon S3 Bucket with gzip support and cache-control | ||
### Installation | ||
npm install zanona/s3deploy | ||
npm install s3dist | ||
## Usage | ||
s3deploy <AMAZON_BUCKET_NAME> <DIR_TO_DEPLOY> | ||
s3dist <SOURCE_DIR> <AMAZON_BUCKET_NAME> | ||
## License | ||
MIT and new BSD. |
6427