electron-builder-http
Advanced tools
Comparing version 13.3.0 to 13.4.0
@@ -9,3 +9,3 @@ "use strict"; | ||
function s3Url(options) { | ||
let url = `https://s3.amazonaws.com/${options.bucket}`; | ||
let url = `https://${options.bucket}.s3.amazonaws.com`; | ||
if (options.path != null) { | ||
@@ -12,0 +12,0 @@ url += `/${options.path}`; |
{ | ||
"name": "electron-builder-http", | ||
"version": "13.3.0", | ||
"version": "13.4.0", | ||
"main": "out/httpExecutor.js", | ||
@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev", |
Sorry, the diff of this file is not supported yet
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
59490