Skip to content

Commit

Permalink
Changed headings back to sentence (#715)
Browse files Browse the repository at this point in the history
* Changed headings back to sentence

Signed-off-by: keithhc2 <[email protected]>

* Minor tweak

Signed-off-by: keithhc2 <[email protected]>

Co-authored-by: keithhc2 <[email protected]>
  • Loading branch information
keithhc2 and keithhc2 authored Jun 24, 2022
1 parent ab020c3 commit 4ec55fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _clients/data-prepper/data-prepper-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ buffer_timeout | No | Duration | The timeout for writing events to the Data Prep
records_to_accumulate | No | Integer | The number of messages that accumulate before writing to the buffer. Default is 100.
disable_bucket_ownership_validation | No | Boolean | If `true`, then the S3 Source will not attempt to validate that the bucket is owned by the expected account. The only expected account is the same account that owns the SQS queue. Defaults to `false`.

#### <a name="s3-source-sqs">sqs</a>
#### sqs

The following are configure usage of Amazon SQS in the S3 Source plugin.

Expand All @@ -121,7 +121,7 @@ wait_time | No | Duration | The time to wait for long polling on the SQS API. De
poll_delay | No | Duration | A delay to place between reading and processing a batch of SQS messages and making a subsequent request. Default is `0s`.


#### <a name="s3-source-aws">aws</a>
#### aws

Option | Required | Type | Description
:--- | :--- | :--- | :---
Expand Down

0 comments on commit 4ec55fe

Please sign in to comment.