Skip to content

Commit

Permalink
Merge pull request #29 from simonw/main
Browse files Browse the repository at this point in the history
ndjson is deprecated, use framing.method instead
  • Loading branch information
jsierles authored Oct 14, 2022
2 parents d61604d + 114827f commit d924779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vector-configs/sinks/aws_s3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
bucket = "${AWS_BUCKET}"
compression = "gzip"
region = "${AWS_REGION}"
encoding.codec = "ndjson"
framing.method = "newline_delimited"
encoding.codec = "json"
key_prefix = "{{fly.app.name}}/%F/" # optional, default
healthcheck.enabled = true # optional, default

0 comments on commit d924779

Please sign in to comment.