Closed GoogleCodeExporter closed 8 years ago
This is another artifact of s3fs not being compatible with other S3 cockpits.
Original comment by dmoore4...@gmail.com
on 19 Oct 2010 at 2:36
I just had "s3cmd sync" delete the zero byte directory files rendering all of
the directories invisible to my s3fs access...hmmm, what to do now???
Original comment by low...@digitalfarrier.com
on 24 Sep 2011 at 5:38
A little late but:
"S3FS-C supports folder objects created by AWS Management Console. AWS
management Console's folder is a zero-byte object with key that ends with a
slash, i.e. "folder_name/". S3FS however uses a different folder scheme: folder
is a zero-byte object with it matadata Content-Type set to
application/x-directory. "
From: https://github.com/tongwang/s3fs-c
Maybe try creating a 0 byte file, set the Content-Type to
application/x-directory, and then see if you can get to that directory. If that
works, write a script to create that file for all the directories.
Original comment by fle...@fletchowns.net
on 15 Jan 2012 at 10:34
Original issue reported on code.google.com by
joey9...@gmail.com
on 11 Aug 2010 at 8:02