mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 18:49:52 +00:00
dacd9825f0
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 could easily be overriden for this purpose and allow extensions that customize where the metadata should be stored. See also JCLOUDS-658
# # The jclouds API for accessing a local filesystem as a blobstore. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.