From bd2fbba486037215c022c58ac40217c7e050fd9f Mon Sep 17 00:00:00 2001 From: Melissa Vagi Date: Thu, 6 Jun 2024 15:27:11 -0600 Subject: [PATCH] Update _data-prepper/pipelines/configuration/sinks/s3.md Signed-off-by: Melissa Vagi --- _data-prepper/pipelines/configuration/sinks/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data-prepper/pipelines/configuration/sinks/s3.md b/_data-prepper/pipelines/configuration/sinks/s3.md index 0507cb5f1b..02c82665f1 100644 --- a/_data-prepper/pipelines/configuration/sinks/s3.md +++ b/_data-prepper/pipelines/configuration/sinks/s3.md @@ -135,7 +135,7 @@ Option | Required | Type | Description Option | Required | Type | Description :--- |:-----------------------------------|:-------| :--- -`flush_capacity_ratio` | No | Float | The percentage of groups to be force flushed when the aggregate_threshold maximum_size is reached. Default is 0.5 +`flush_capacity_ratio` | No | Float | The percentage of groups to be force-flushed when `aggregate_threshold maximum_size` is reached. Default is `0.5`. `maximum_size` | Yes | String | The maximum number of bytes to accumulate before force flushing objects. For example, `128mb`. ## Buffer type