I am doing a large amount of file upload and download between two s3fs mounted directories within two EC2 machines. If the transaction is high, automatically mounted s3fs throws an error Transport endpoint is not connected
. To resolve this issue, I have to forcefully unmount and remount.I would like to know what is the cause for the issue?
Note: I am using s3 as a mounted drive by use of s3fs, but I heard from another developer at some point of time, which not advisable. He said about use s3 as SDK means by use API.