cs3org / wopiserver

A vendor-neutral application gateway compatible with the WOPI specifications.
Apache License 2.0
52 stars 27 forks source link

cs3iface: allow using absolute paths if the storage driver returns them #111

Closed glpatcern closed 1 year ago

glpatcern commented 1 year ago

This allows supporting storages (like eos) that are able to be addressed by full path more efficiently, whilst supporting the decomposedfs Reva storage driver where resolving the parent_id is always required to access a file by filename.

glpatcern commented 1 year ago

@wkloucek @micbar could you please have a look at this change? The spirit here is that we know we won't be efficient with resolving those hybrid paths on eos, and yet we want to move to using the CS3 APIs ASAP. With this we should preserve both models.

micbar commented 1 year ago

Small question about the log level, rest looks fine.