Skip to content
Discussion options

You must be logged in to vote

Hi @generate-me12, Vector expects the standard S3 Event Notification format.

So it should be something like:

{
  "Records": [
    {
      "eventVersion": "2.1",
      "eventSource": "aws:s3",
      "awsRegion": "us-west-2",
      "eventTime": "2025-02-12T02:12:06.936Z",
      "eventName": "ObjectCreated:Put",
      "s3": {
        "s3SchemaVersion": "1.0",
        "configurationId": "xyz",
        "bucket": {
          "name": "my-s3-bucket"
        },
        "object": {
          "key": "offloads/data/2025/02/12/abcoffload.tgz",
          "size": 268293
        }
      }
    }
  ]
}

Are these events perhaps coming for another Amazon source e.g. EventBridge? If this is the case, the try …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@pront
Comment options

@generate-me12
Comment options

@pront
Comment options

@generate-me12
Comment options

@pront
Comment options

Answer selected by generate-me12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
source: aws_s3 Anything `aws_s3` source related
2 participants