내용으로 건너뛰기

AWS Transfer Family SFTP Shared Folder Between Users

0

Hello, I'm using AWS Transfer Family SFTP, currently trying to setup a single folder in S3 that will allow multiple users to access it as their home directory for example Reports. When I tried to log into SFTP, I'm receiving "Read Denied Permission" message without the option to upload the directory. When I create the account without the shared folder and just use the user name as the home directory no issue. Is this possible to setup in AWS SFTP?

질문됨 일 년 전467회 조회
1개 답변
0

Yes, it is possible to set up a shared folder in AWS Transfer Family SFTP. The "Read Denied Permission" issue typically occurs due to incorrect S3 bucket permissions or IAM role configuration. To allow multiple users to access the same folder, ensure the IAM role associated with the SFTP user has the correct S3 permissions (e.g., s3:GetObject, s3:PutObject, etc.) for the shared folder. You can also use the homeDirectoryMappings parameter in the user configuration to point multiple users to the same S3 folder, like "Reports," as their home directory.

전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.