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!

demandé il y a 4 ans545 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions