From 2afc24d0a99f12ad3f8ea9e0a2e7eb974636fc16 Mon Sep 17 00:00:00 2001 From: Jem Davies <131159520+jem-davies@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:21:11 +0000 Subject: [PATCH] update old reference to a codec -> scanner aws_s3 input (#170) Signed-off-by: Jem Davies --- internal/impl/aws/input_s3.go | 2 +- website/docs/components/inputs/aws_s3.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/impl/aws/input_s3.go b/internal/impl/aws/input_s3.go index 1936011f4..4af355097 100644 --- a/internal/impl/aws/input_s3.go +++ b/internal/impl/aws/input_s3.go @@ -131,7 +131,7 @@ When using SQS please make sure you have sensible values for `+"`sqs.max_message ## Downloading Large Files -When downloading large files it's often necessary to process it in streamed parts in order to avoid loading the entire file in memory at a given time. In order to do this a `+"[`codec`](#codec)"+` can be specified that determines how to break the input into smaller individual messages. +When downloading large files it's often necessary to process it in streamed parts in order to avoid loading the entire file in memory at a given time. In order to do this a `+"[`scanner`](#scanner)"+` can be specified that determines how to break the input into smaller individual messages. ## Credentials diff --git a/website/docs/components/inputs/aws_s3.md b/website/docs/components/inputs/aws_s3.md index 6c17f30e3..1b54f402e 100644 --- a/website/docs/components/inputs/aws_s3.md +++ b/website/docs/components/inputs/aws_s3.md @@ -91,7 +91,7 @@ When using SQS please make sure you have sensible values for `sqs.max_messages` ## Downloading Large Files -When downloading large files it's often necessary to process it in streamed parts in order to avoid loading the entire file in memory at a given time. In order to do this a [`codec`](#codec) can be specified that determines how to break the input into smaller individual messages. +When downloading large files it's often necessary to process it in streamed parts in order to avoid loading the entire file in memory at a given time. In order to do this a [`scanner`](#scanner) can be specified that determines how to break the input into smaller individual messages. ## Credentials