How can files in an S3 bucket be tracked?

0

How can files in an S3 bucket be tracked? A customer is looking for a way to track who accesses, deletes, edits, or writes files into S3 buckets. Is there a way to obtain this information? Thanks!

已提问 4 年前545 查看次数
1 回答
0
已接受的回答

All of these actions mentioned in the description can be logged using CloudTrail

S3 objects can't be edited or modified but they can be overwritten. You can make a GET request on the object, make changes and then write it back with a PUT request into the bucket.

AWS
专家
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则