Comparing version 0.0.4 to 0.0.5
@@ -319,3 +319,3 @@ | ||
Client.prototype.https = function(filename){ | ||
return 'http://' + join(this.endpoint, filename); | ||
return 'https://' + join(this.endpoint, filename); | ||
}; | ||
@@ -322,0 +322,0 @@ |
@@ -20,3 +20,3 @@ | ||
exports.version = '0.0.4'; | ||
exports.version = '0.0.5'; | ||
@@ -23,0 +23,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["aws", "amazon", "s3"], | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "TJ Holowaychuk <tj@learnboost.com>", | ||
@@ -8,0 +8,0 @@ "main": "./index.js", |
187662