goofys
goofys copied to clipboard
Goofys S3 mount stuck in ListObjects calls and hangs
Hello, I installed goofys on MacOs, and tried to mount a bucket with this command
goofys -f --region us-west-2 --stat-cache-ttl 1m0s --debug_fuse --debug_s3 --type-cache-ttl 1m0s --acl "bucket-owner-full-control" BucketName "/Users/name/Downloads/mnt/s3/bucketname"
Once I run this command, there is an endless stream of S3 ListObjects Requests and responses, and the terminal sort of hangs.
Anyone know of a solution? Please help. Thank you.
sounds like something else on your OS is trying to list all the files in the bucket when it mounts? what happens if you try this with an empty bucket?
@kahing If I try this on an empty bucket or even on an existing bucket at a prefix with very few files, it runs fine. Any Ideas?
you should try something like lsof and see what's trying to list your mountpoint