Today the filesystem blobstore provider use the extended attributes of the
filesystem to store metadata. This is not always desirable as some filesystems
(such as NFSv3) do not support extended metadata. The current source code does
not allow to change this easily. getUserDefinedFileAttributeView
[
https://issues.apache.org/jira/browse/JCLOUDS-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436837#comment-15436837
]
Ignasi Barrera commented on JCLOUDS-1159:
-
Indeed. This looks like something new