Fixed bugs in removing xattrs func and and test for it
Recent Commits to s3fs-fuse:master
-
Fixed bugs in removing xattrs func and and test for it
-
Simplify temporary file creation via mktemp (#2691)
Simplify temporary file creation via mktemp (#2691) Previously this used /dev/urandom which does not guarantee uniqueness and sometimes blocked on macOS. References #2690.