1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 2 years ago
- asked 6 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 days ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago