Comparing version 0.0.7 to 0.0.8
0.0.8 / 2011-06-15 | ||
================== | ||
* Fixed bug introduced in refactor | ||
0.0.7 / 2011-06-14 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -187,5 +187,5 @@ | ||
return path + buf.length | ||
return path + (buf.length | ||
? '?' + buf.sort().join('&') | ||
: ''; | ||
: ''); | ||
}; |
@@ -20,3 +20,3 @@ | ||
exports.version = '0.0.7'; | ||
exports.version = '0.0.8'; | ||
@@ -23,0 +23,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["aws", "amazon", "s3"], | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "TJ Holowaychuk <tj@learnboost.com>", | ||
@@ -8,0 +8,0 @@ "main": "./index.js", |
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
188821