AWS S3

Luden upports S3 (AWS, DigitalOcean) as a destination. The only difference between them is endpoint parameter in the configuration.

Configuration

S3 destination config consists of the following schema:

destinations:
  my_s3:
    type: s3
    s3:
      access_key_id: abc123
      secret_access_key: secretabc123
      bucket: my-bucket
      region: us-west-1
      folder: my_s3_events
      endpoint: s3_provider_endpoint
      format: json
      compression: gzip

Last updated