Can we chmod for a "subdir" under an S3 bucket from an AWS SFTP server?

0

I have an SFTP server with a couple of users. Their roles allow for read, list, and write but not delete. Once I log into the server, is it possible to do chmod to change permissions of a specific directory? How does that work given the roles and permissions already set in a policy?

1 Answer
2
Accepted Answer

Chmod would not work with AWS SFTP back by S3 as it is not POSIX compliant. You would need to change the policy for s3 access controls. If you were using EFS it would work.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions