Comparing version 1.2.5 to 1.2.6
@@ -51,5 +51,3 @@ "use strict"; | ||
else | ||
resolve(this.s3.getSignedURL('getObject', { | ||
Bucket: options.bucket, Key: options.key, Expires: options.secToExp | ||
})); | ||
resolve(this.signedURLGet(options.bucket, options.key, options.secToExp)); | ||
}); | ||
@@ -56,0 +54,0 @@ }); |
{ | ||
"name": "idea-aws", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -53,5 +53,3 @@ import AWS = require('aws-sdk'); | ||
if(err) reject(err); | ||
else resolve(this.s3.getSignedURL('getObject', { | ||
Bucket: options.bucket, Key: options.key, Expires: options.secToExp | ||
})); | ||
else resolve(this.signedURLGet(options.bucket, options.key, options.secToExp)); | ||
}); | ||
@@ -58,0 +56,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3250839
3463