Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-s3-upload

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-s3-upload - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

6

docs/changelog.md
# 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)

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc