Caleb Case
a1a41aa0c1
backend/tardigrade: use negative offset
...
v1.4.6 of uplink allows us to do a negative offset from the end of the
file. This removes a round trip when requesting the last N bytes of a
file.
Previous to v1.4.6 of uplink it wasn't possible to do a negative offset
on download. This meant that to fulfill the semantics of http range
headers it was necessary to first fetch the size of the object via a
stat call and compute absolute offset and length.
2021-04-27 02:20:08 +03:00
..
2021-04-26 23:37:49 +02:00
2021-04-13 17:46:07 +02:00
2021-03-13 09:25:44 +00:00
2021-03-15 17:18:47 +00:00
2021-04-26 16:56:41 +01:00
2021-04-25 11:45:44 +01:00
2021-03-11 17:29:26 +00:00
2021-03-15 19:22:07 +00:00
2021-04-22 18:38:38 +02:00
2021-04-12 15:59:18 +01:00
2021-04-17 19:49:53 +01:00
2021-04-21 10:52:05 +01:00
2021-04-03 15:00:50 +01:00
2021-03-13 09:25:44 +00:00
2021-04-09 01:43:50 +03:00
2021-03-13 09:25:44 +00:00
2021-03-13 09:25:44 +00:00
2021-03-12 09:15:14 +00:00
2021-04-26 23:37:49 +02:00
2021-02-03 20:23:37 +00:00
2021-03-13 09:25:44 +00:00
2020-11-26 16:40:12 +00:00
2021-03-15 19:22:07 +00:00
2021-03-16 16:17:22 +00:00
2021-03-16 16:17:22 +00:00
2020-11-27 14:40:05 +00:00
2021-04-24 23:05:34 +01:00
2021-03-13 09:25:44 +00:00
2021-03-29 19:09:47 +01:00
2021-03-13 09:25:44 +00:00
2021-03-13 09:25:44 +00:00
2021-01-21 17:35:31 +00:00
2021-04-26 16:55:50 +01:00
2021-03-29 19:09:47 +01:00
2021-04-26 09:24:28 +01:00
2021-03-13 09:25:44 +00:00
2021-03-13 09:25:44 +00:00
2021-03-24 08:56:39 +00:00
2021-04-27 02:20:08 +03:00
2021-03-24 09:47:38 +00:00
2021-04-13 17:46:07 +02:00
2021-04-10 11:59:56 +01:00
2021-03-13 09:25:44 +00:00
2021-04-08 00:23:27 +02:00