Skip to content

Commit

Permalink
cleanup xattr comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Jan 18, 2021
1 parent 0ad0df3 commit 11948a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/storage/fs/ocis/ocis.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const (

// a temporary etag for a folder that is removed when the mtime propagation happens
tmpEtagAttr string = ocisPrefix + "tmp.etag"
referenceAttr string = ocisPrefix + "cs3.ref" // arbitrary metadata
checksumPrefix string = ocisPrefix + "cs." // checksum support
referenceAttr string = ocisPrefix + "cs3.ref" // target of a cs3 reference
checksumPrefix string = ocisPrefix + "cs." // followed by the algorithm, eg. ocis.cs.sha1
trashOriginAttr string = ocisPrefix + "trash.origin" // trash origin

// we use a single attribute to enable or disable propagation of both: synctime and treesize
Expand Down

0 comments on commit 11948a7

Please sign in to comment.