rclone/backend/tardigrade
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
..
fs.go build: remove go1.13 build constraints 2021-02-03 17:46:08 +00:00
object.go backend/tardigrade: use negative offset 2021-04-27 02:20:08 +03:00
tardigrade_test.go build: remove go1.13 build constraints 2021-02-03 17:46:08 +00:00
tardigrade_unsupported.go build: remove go1.13 build constraints 2021-02-03 17:46:08 +00:00