Skip to content

Commit

Permalink
fix: DigitalOcean Spaces doesn't support multiple range requests (ele…
Browse files Browse the repository at this point in the history
  • Loading branch information
makinori authored Feb 23, 2020
1 parent 2236364 commit f5cc292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-updater/src/providerFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function createClient(data: PublishConfiguration | AllPublishOptions, upd
}, updater, {
...runtimeOptions,
// https://github.com/minio/minio/issues/5285#issuecomment-350428955
isUseMultipleRangeRequest: provider === "spaces",
isUseMultipleRangeRequest: false,
})

case "generic":
Expand Down

0 comments on commit f5cc292

Please sign in to comment.