Skip to content

Commit

Permalink
update old reference to a codec -> scanner aws_s3 input (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Jem Davies <[email protected]>
  • Loading branch information
jem-davies authored Nov 21, 2024
1 parent 165943e commit 2afc24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/impl/aws/input_s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/components/inputs/aws_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2afc24d

Please sign in to comment.