connect-stream-s3-orikami
Advanced tools
Comparing version 0.7.3 to 0.7.4
@@ -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" |
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
26576