Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Mar 22, 2021
1 parent 6709a55 commit 246a1a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/unreleased/fix_file_versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Fix webdav file versions endpoint bugs

Etag and error code related bugs have been fixed for the webdav file versions endpoint and removed from the expected failures file.


https://github.com/cs3org/reva/pull/1526
2 changes: 1 addition & 1 deletion pkg/storage/utils/eosfs/eosfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ func (fs *eosfs) convertToRevision(ctx context.Context, eosFileInfo *eosclient.F
Key: path.Base(md.Path),
Size: md.Size,
Mtime: md.Mtime.Seconds, // TODO do we need nanos here?
Etag: md.Etag,
Etag: md.Etag,
}
return revision, nil
}
Expand Down

0 comments on commit 246a1a3

Please sign in to comment.