Comparing version 0.4.5 to 0.4.6
@@ -110,3 +110,3 @@ var knox = require('knox'), | ||
this.client.del(path, headers).on('response', function(res) { | ||
if (res.statusCode != 200) { | ||
if (res.statusCode != 200 && res.statusCode != 204) { | ||
return callback(new Error('ERROR: status code = '+res.statusCode), res.body); | ||
@@ -113,0 +113,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "Simple S3 integration with a cache backed by Redis", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
8904