Commit d53de48
Use single-stream download: presigned URLs are GET-only
Segmented/parallel mode probes the size with a HEAD request, but the blob
URLs are SigV4-presigned for GET only, so the HEAD returns 403 Forbidden.
Drop segment_size/parallelism and use single-stream mode (GET, with
Range-based resume) — still streamed to disk with no size cap, just not
parallelized.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a7b260e commit d53de48
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
| |||
206 | 211 | | |
207 | 212 | | |
208 | 213 | | |
209 | | - | |
210 | | - | |
211 | 214 | | |
212 | 215 | | |
213 | 216 | | |
| |||
0 commit comments