Proton-API-Bridge icon indicating copy to clipboard operation
Proton-API-Bridge copied to clipboard

Save an API request by using XAttr in the Link object

Open lawmurray opened this issue 1 year ago • 1 comments

This depends on henrybear327/go-proton-api#4.

Now that XAttr is in the Link object, there is no need to make an additional API request for it in GetActiveRevisionAttrs(). This can offer some big performance improvements to downstream use cases (ref rclone/rclone#8058).

lawmurray avatar Sep 18 '24 14:09 lawmurray

In ref to https://github.com/henrybear327/go-proton-api/pull/4, likewise, rclone's go test -v tests work as before with this change.

lawmurray avatar Sep 23 '24 02:09 lawmurray