Jörn Friedrich Dreyer
Jörn Friedrich Dreyer
> An alternative would be to have a Parent Reference property in the ResourceInfo. Absolute path References would return a path, absolute id References would return the parent ResourceID. And...
umm `/users/[l-z]` does not make sense for a user with username `Alice`, does it? If you mean that a storageprovider with the `mount_point` `/users/[a-k]` **should** return a space path `/users/Alice`,...
> The gateway storage provider constructs a relative reference using this path and further uses that in the request. IMO this should be delegated to the storage provider itself. I...
cc @kobergj @aduffeck ^
We have to differentiate to types of requests as they follow different lookup semantics: 1. relative requests that have a ResourceID and a Path set 2. Path based requests For...
interesting! can you point me to more background information?
adding a stat afted upload introduces a lost read. That is not the right solution. I dropped the stat and ran the ginko tests locally until they failed: `ginkgo --until-it-fails...
adding a `syscall.Sync()` at the beginning of metadata disk.go `Upload()` makes the test fail more reliably. I think using the oldMtime in the IfUnmodifiedSince header is wrong ... it will...
flaky concurrency test tracked in https://github.com/cs3org/reva/issues/3166
@ishank011 I set this to draft. Please let us know your thoughts after evaluating current web whch uses the /dav/spaces endpoint and only makes relative requests