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年前546ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ