github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/stat-eos.md (about)

     1  Bugfix: Fix Stat() for EOS storage provider
     2  
     3  This change fixes the convertion between the eosclient.FileInfo
     4  to ResourceInfo, in which the field ArbitraryMetadata was missing.
     5  Moreover, to be consistent with SetArbitraryMetadata() EOS implementation,
     6  all the "user." prefix are stripped out from the xattrs. 
     7  
     8  https://github.com/cs3org/reva/pull/2074