Redhat with Fuse 2.4.8 S3FS version 1.59
From the AWS online management console i can browse the files on the S3 bucket. When i log-in (ssh) to my /s3 folder, i
Well, the solution was simple: to unmount and mount the dir. The error transport endpoint is not connected was solved by unmounting the s3 folder and then mounting again.
transport endpoint is not connected
Command to unmount
fusermount -u /s3
Command to mount
/usr/bin/s3fs -o allow_other bucketname /s3
Takes 3 minutes to sync.