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
When using S3FS as a file system for Mina SFTP, it's not possible to change the directory (cd command):
sftp> ls -l
d--------- 1 OWNER@ GROUP@ 0 Jan 25 10:51 bar
d--------- 1 OWNER@ GROUP@ 0 Jan 25 10:42 foo
sftp> cd foo
Can't change directory: Can't check target
POSIX permissions are not being returned for these directories, which is causing an exception in the SFTP client when attempting to cd to the directory.
Tasks
The following tasks will need to be carried out:
When getting S3 Posix File Attributes in S3Utils, if the path is a directory, obtain the bucket ACL, then obtain its ACL grant permissions, convert them to Posix file permissions and return them with the response.
I came across your issue and Pull Request, as in the past you have contributed to the Upplication/Amazon-S3-FileSystem-NIO2 project. Would it be fine for you if we applied the changes of your Pull Request to our project?
Task Description
When using S3FS as a file system for Mina SFTP, it's not possible to change the directory (
cd
command):POSIX permissions are not being returned for these directories, which is causing an exception in the SFTP client when attempting to
cd
to the directory.Tasks
The following tasks will need to be carried out:
S3Utils
, if the path is a directory, obtain the bucket ACL, then obtain its ACL grant permissions, convert them to Posix file permissions and return them with the response.Useful Links
Help
The text was updated successfully, but these errors were encountered: