gulp-s3-upload
Advanced tools
Comparing version 1.5.1 to 1.5.2
# Changelog | ||
## Version 1.5.2 | ||
* Update modules | ||
* `aws-sdk` module (2.2.18 -> 2.2.42) | ||
* `hasha` module (2.0.2 -> 2.2.0) | ||
## Version 1.5.1 | ||
@@ -4,0 +10,0 @@ * Merge bug fix [pull request #31](https://github.com/clineamb/gulp-s3-upload/pull/31) to fix the hash-comparison (calling the `noChange` callback on upon equal hash comparison) |
{ | ||
"name": "gulp-s3-upload", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.", | ||
@@ -29,6 +29,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"aws-sdk": "2.2.18", | ||
"aws-sdk": "2.2.42", | ||
"event-stream": "^3.3.2", | ||
"gulp-util": "^3.0.7", | ||
"hasha": "^2.0.2", | ||
"hasha": "^2.2.0", | ||
"https-proxy-agent": "^1.0.0", | ||
@@ -35,0 +35,0 @@ "mime": "1.3.4", |
# gulp-s3-upload | ||
__Version 1.5.1__ | ||
__Version 1.5.2__ | ||
@@ -53,4 +53,7 @@ Use for uploading assets to Amazon S3 servers. | ||
**Per AWS best practices**, the recommended approach for loading credentials is to use the shared credentials file (`~/.aws/credentials`). You can also set the `aws_access_key_id` and `aws_secret_access_key` environment variables or specify values directly in the gulpfile via the `accessKeyId` and `secretAccessKey` options. If you have multiple profiles configured in your AWS credentials file, you can specify the profile name inline with the call to gulp: | ||
**Per AWS best practices**, the recommended approach for loading credentials is to use the shared credentials file (`~/.aws/credentials`). You can also set the `aws_access_key_id` and `aws_secret_access_key` environment variables or specify values directly in the gulpfile via the `accessKeyId` and `secretAccessKey` options. | ||
If you want to use an AWS profile in your `~/.aws/credentials` file just set | ||
the environment variable AWS_PROFILE with your profile name before invoking | ||
your gulp task: | ||
@@ -57,0 +60,0 @@ ```sh |
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
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
32796
394
+ Addedaws-sdk@2.2.42(transitive)
+ Addedlodash@3.5.0(transitive)
+ Addedsax@1.1.5(transitive)
+ Addedxml2js@0.4.15(transitive)
+ Addedxmlbuilder@2.6.2(transitive)
- Removedaws-sdk@2.2.18(transitive)
- Removedsax@0.5.3(transitive)
- Removedxml2js@0.2.8(transitive)
- Removedxmlbuilder@0.4.2(transitive)
Updatedaws-sdk@2.2.42
Updatedhasha@^2.2.0