diff --git a/lib/pkgcloud/azure/storage/client/index.js b/lib/pkgcloud/azure/storage/client/index.js index 4a62384ab..b6cf02b98 100644 --- a/lib/pkgcloud/azure/storage/client/index.js +++ b/lib/pkgcloud/azure/storage/client/index.js @@ -58,6 +58,6 @@ Client.prototype._getUrl = function (options) { } - return urlJoin('http://' + this.azureKeys.storageAccount + '.' + this.serversUrl + '/', + return urlJoin(this.protocol + this.azureKeys.storageAccount + '.' + this.serversUrl + '/', fragment); };