How can I know if a object is a replicated object from the S3 event notification event?

0

I have s3 replication enabled and event notification enabled for both source and destination buckets. How can I know in the destination bucket from the notification event if the object is a replicated object without any custom lambda logic

AWS
已提問 5 個月前檢視次數 229 次
1 個回答
0

Hello.

If it is an event notification, it will be notified by the "ObjectCreated:Put" event, so I don't think it can be determined.
Therefore, I think it is difficult to judge without using Lambda.
https://repost.aws/ja/questions/QUWy4DeorXSkOOm5otiBZPyg/does-s3-object-replication-trigger-objectcreated-event

So, how about triggering Lambda to determine if the same object exists in the source S3 bucket when "ObjectCreated:Put" occurs?
If it is determined that the same object exists, I think it is a replicated object.

profile picture
專家
已回答 5 個月前
  • I am looking for a way without having to trigger a lambda function, I think it is not possible. Thanks for confirming.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南