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

connect-stream-s3-orikami

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-stream-s3-orikami - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

6

connect-stream-s3.js

@@ -37,6 +37,6 @@ // --------------------------------------------------------------------------------------------------------------------

// var s3 = new S3(cred);
AWS.config.update({accessKeyId: accessKeyId, secretAccessKey: secretAccessKey});
AWS.config.update({region: region});
// AWS.config.update({accessKeyId: accessKeyId, secretAccessKey: secretAccessKey});
// AWS.config.update({region: region});
s3 = new AWS.S3({ params: {Bucket: bucketName} });
s3 = new AWS.S3({ params: {Bucket: bucketName}, accessKeyId: accessKeyId, secretAccessKey: secretAccessKey, region: region });

@@ -43,0 +43,0 @@ return function handler(req, res, next) {

{
"name" : "connect-stream-s3-orikami",
"description" : "Streaming connect middleware for uploading files to Amazon S3.",
"version" : "0.7.3",
"version" : "0.7.4",
"author" : {

@@ -6,0 +6,0 @@ "name" : "Stijn Albers van der Linden"

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