Fixed issue: 27

1) Feature Request: Compatability with other S3FS clients(Issue: 27)
    Supported the directory object which made by s3fox. Its name has "_$folder$" suffixes.
    On s3fs, that directory object is listed normal directory name without "_$folder$".
    You need careful when you change object attributes(rename, chmod, chown, touch), because the s3fs remakes the directory object after that object(which has "_$folder$" suffix)
    After changing the object attributes, the object name does not have "_$folder$" suffix.
    It means the object is remade by s3fs.

2) Other
    Fixes bugs which are found when this issue is fixed.



git-svn-id: http://s3fs.googlecode.com/svn/trunk@413 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
ggtakec@gmail.com
2013-04-20 19:17:28 +00:00
parent eaf43e6f59
commit 36447a23eb
4 changed files with 544 additions and 374 deletions

View File

@ -28,6 +28,7 @@
#include <string>
#include <map>
#include <algorithm>
#include <list>
#include "cache.h"
#include "s3fs_util.h"