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!

asked 4 years ago490 views
1 Answer
0
Accepted Answer

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
EXPERT
answered 4 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