Mtime send in the Upload-Metadata
header when uploading via TUS not used
#965
Labels
Upload-Metadata
header when uploading via TUS not used
#965
use phoenix to upload a file that is a couple of days old or run the tests from: owncloud/core#38148
the modification time will always end up to be "now"
owncloud-storage handles that case correctly.
mtime is read in
https://github.com/cs3org/reva/blob/57da0c27434c6308dd4dda1d379867dc4f5b3f6a/pkg/storage/fs/ocis/upload.go#L125
but looks like its not used anymore after that
The text was updated successfully, but these errors were encountered: