1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/backend/putio
Nick Craig-Wood a8652e2252 dircache: simplify interface, fix corner cases and apply to backends
Dircache was changed to:

- Remove special cases for the root directory
- Remove Fatal errors
- Call FindRoot on behalf of the user wherever possible
- Bring up to modern Go standards

Backends were changed to:

- Remove calls to FindRoot
- Change calls to FindRootAndPath to FindPath
- Don't make special cases for the root

This fixes several corner cases, for example removing a non existent
directory if FindRoot hasn't been called.
2020-06-25 09:41:36 +01:00
..
error.go putio: add ability to resume uploads 2019-10-14 20:01:16 +01:00
fs.go dircache: simplify interface, fix corner cases and apply to backends 2020-06-25 09:41:36 +01:00
object.go dircache: simplify interface, fix corner cases and apply to backends 2020-06-25 09:41:36 +01:00
putio_test.go
putio.go oauthutil: tidy interface to Config to add Options struct 2020-05-26 11:27:01 +01:00