JackYeh / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Bucket is empty but it shouldn't be #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to mount a bucket which I know has content (I can see it in S3Fox 
just fine as well as access it from my Python webapps). 

I'm pretty sure my s3fs install is ok; I got all the dependencies, built r188, 
the 
fuse module is loaded, i can run "s3fs mybucket -o accessKeyId=... -o 
secretAccessKey=... directoryname" just fine, no errors. When I run with -d or 
-f, no errors either. But the bucket appears to be empty.

Original issue reported on code.google.com by lev...@gmail.com on 13 Jan 2010 at 1:16

GoogleCodeExporter commented 8 years ago
OK, I've figured out that this is related to Issue 73. The only thing in the 
top level of my 
bucket is a number of directories. These were not created with S3Fox, however, 
but 
simply by specifying a filename with a slash in it through a Python client. Is 
there no 
way that s3fs can support these?

Original comment by lev...@gmail.com on 13 Jan 2010 at 1:22

GoogleCodeExporter commented 8 years ago

Original comment by dmoore4...@gmail.com on 19 Oct 2010 at 2:32