Question: You need to set an S3 event trigger on your Lambda to respond when data is added to your bucket from another S3 bucket. Which event type do you configure?

  1. `POST`
  2. `"All object create events"`
  3. `PUT`
  4. `COPY`

Answer: The correct answer of the above question is Option C:`PUT`