mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +08:00
a1a41aa0c1
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. |
||
---|---|---|
.. | ||
fs.go | ||
object.go | ||
tardigrade_test.go | ||
tardigrade_unsupported.go |