Closed lawmurray closed 3 days ago
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).
XAttr
Link
GetActiveRevisionAttrs()
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.
go test -v
This depends on henrybear327/go-proton-api#4.
Now that
XAttr
is in theLink
object, there is no need to make an additional API request for it inGetActiveRevisionAttrs()
. This can offer some big performance improvements to downstream use cases (ref rclone/rclone#8058).