Proton-API-Bridge
Proton-API-Bridge copied to clipboard
Save an API request by using XAttr in the Link object
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).
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.