rclone/backend/protondrive
Lawrence Murray c669f4e218
backend/protondrive: improve performance of Proton Drive backend
This change removes redundant calls to the Proton Drive Bridge when
creating Objects. Specifically, the function List() would get a
directory listing, get a link for each file, construct a remote path
from that link, then get a link for that remote path again by calling
getObjectLink() unnecessarily. This change removes that unnecessary
call, and tidies up a couple of functions around this with unused
parameters.

Related to performance issues reported in #7322 and #7413
2024-09-18 18:15:24 +01:00
..
protondrive_test.go protondrive: add protondrive backend - fixes #6072 2023-07-22 10:46:21 +01:00
protondrive.go backend/protondrive: improve performance of Proton Drive backend 2024-09-18 18:15:24 +01:00