Erik Grinaker
211970f0e0
remote_storage: add DownloadOpts::byte_(start|end) ( #9293 )
...
`download_byte_range()` is basically a copy of `download()` with an
additional option passed to the backend SDKs. This can cause these code
paths to diverge, and prevents combining various options.
This patch adds `DownloadOpts::byte_(start|end)` and move byte range
handling into `download()`.
2024-10-09 10:29:06 +01:00
..
2024-09-27 09:59:38 +03:00
2024-09-20 12:00:05 +01:00
2024-09-06 19:13:50 +03:00
2024-09-03 17:21:36 +03:00
2024-06-21 13:15:02 +01:00
2024-08-29 18:24:25 +02:00
2024-07-15 15:21:16 +03:00
2024-10-03 19:22:22 +03:00
2024-09-10 02:40:00 +02:00
2024-06-26 18:58:56 +01:00
2024-10-03 16:33:43 +02:00
2024-07-11 17:05:35 +01:00
2024-01-29 18:20:57 +00:00
2024-09-19 11:57:10 +03:00
2024-08-02 15:26:46 +01:00
2024-09-06 14:33:52 +02:00
2024-09-03 17:21:36 +03:00
2024-10-04 19:07:39 +03:00
2024-09-06 18:09:21 +03:00
2024-09-06 12:40:19 +02:00
2024-09-06 19:13:50 +03:00
2024-09-06 14:33:52 +02:00
2024-09-06 14:33:52 +02:00
2024-10-04 19:07:39 +03:00
2024-09-06 19:13:50 +03:00
2024-08-02 15:26:46 +01:00
2024-09-06 14:33:52 +02:00
2024-09-06 14:33:52 +02:00
2024-10-09 10:29:06 +01:00
2024-09-06 14:33:52 +02:00
2024-09-19 16:17:25 +03:00