s3-blob-store
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -81,3 +81,3 @@ | ||
S3BlobStore.prototype.remove = function(opts, done) { | ||
const key = typeof opts === 'string' ? opts : opts.key | ||
var key = typeof opts === 'string' ? opts : opts.key | ||
this.s3.deleteObject({ Bucket: this.bucket, Key: key }, done) | ||
@@ -84,0 +84,0 @@ return this; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
7881