Commit 715caa0
committed
fix: pass http(s) URLs directly to devices instead of proxying
This fixes a regression introduced with S3 support where external http(s)
URLs were always proxied through goosebit. For http(s) URLs, the original
URL is now passed directly to the device, which:
- Preserves credentials in the URL
- Allows relative path resolution (e.g. for casync directories)
For s3:// and file:// URIs, the download endpoint is still used.
Fixes #3991 parent b41c165 commit 715caa0
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| |||
0 commit comments