> LocalBlobStore calls getBlob on the storage strategy during listContainer, > this change will make it unbearably slow for the cases when the md5 needs to > be generated at run time.
That's unfortunate, though it looks like this patch simply closed a corner case on OS X, where the user extended attribute view is non-null but still extended attributes are not supported; on a system where `getUserDefinedFileAttributeView` was returning null anyway, we'd already have recomputed the hash. I'm honestly fine with behavior going either way, but would prefer uniformity. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/850#issuecomment-133583527
