skip to Main Content

Amazon web services – Why does adding a policy to AWS Transfer with logical directories cause a permission denied?

I am stuck and not finding any documentation that helps with this. I setup logical directories for a user with the aws command line: aws transfer --region us-east-1 update-user --user-name test1 --server-id "s-12345" --home-directory-type LOGICAL --home-directory-mappings '[{"Entry":"/types/emptytype", "Target":"/bucket/somedir/empty_dir"},{"Entry":"/types/standardevent", "Target":"/bucket/somedir/users/${transfer:UserName}"}]' This…

VIEW QUESTION
Back To Top
Search