mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 01:08:54 +00:00
6b78bfdf4b
1) Man file has wrong permissions for passwd file(Issue 291) Fixes man page for wrong permissions of passwd file. 2) Fixes a bug and Strictly checks passwd file permission. * Fixes a bug about checking passwd file permission. A bug is that s3fs continues to run after s3fs finds invalid passwd file permission. * Checks passwd file strictly. Before this revision, s3fs allows executable permission for a passwd file and allows group writable permission for a passwd file(which is not "/etc/passwd-s3fs"). New s3fs checks permission strictly, that is /etc/passwd-s3fs is allowed owner readable/writable and group readable, and the passwd file(which is not "/etc/passwd-s3fs") is allowed only owner readable/writable. 3) Adds disable_noobj_cache option for no-existing object. s3fs v1.68 always has to check whether file(or sub directory) exists under object(path) when s3fs does some command, since s3fs has recognized a directory which does not exist and has files or sub directories under itself. It increases ListBucket request and makes performance bad. For performance if the disable_noobj_cache option is specified, s3fs memorizes in stat cache that the object(file or directory) does not exist. git-svn-id: http://s3fs.googlecode.com/svn/trunk@420 df820570-a93a-0410-bd06-b72b767a4274 |
||
---|---|---|
.. | ||
s3fs.1 |