You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to mount an S3 bucket on my MacOS 10.15.4 (Catalina), and so far s3fs and yas3fs have failed in various ways. Sshfs almost works, but dies with the following error:
As this is AWS, they're a bit like Apple, in that they "Think Different". Here's what I see when using sftp manually:
$ sftp ucat
Connected to ucat.
sftp> dir
foobar
sftp> ls -la
drwxr--r-- 1 - - 0 Jan 1 1970 foobar
sftp> df
Server does not support statvfs@openssh.com extension
sftp>
Perhaps the problem is in the sshfs_statfs function?
For testing, these commands will set up an AWS Transfer server and user:
Hi;
I'm attempting to mount an S3 bucket on my MacOS 10.15.4 (Catalina), and so far s3fs and yas3fs have failed in various ways. Sshfs almost works, but dies with the following error:
As this is AWS, they're a bit like Apple, in that they "Think Different". Here's what I see when using sftp manually:
Perhaps the problem is in the sshfs_statfs function?
For testing, these commands will set up an AWS Transfer server and user:
Thanks!
The text was updated successfully, but these errors were encountered: