From a0b8d9441be120878827833df80c69092864ea66 Mon Sep 17 00:00:00 2001 From: Melissa Vagi Date: Tue, 25 Jun 2024 15:37:32 -0600 Subject: [PATCH] Update _data-prepper/pipelines/configuration/sinks/s3.md Co-authored-by: Nathan Bower 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 72ddce8cd9..da855fbdb1 100644 --- a/_data-prepper/pipelines/configuration/sinks/s3.md +++ b/_data-prepper/pipelines/configuration/sinks/s3.md @@ -140,7 +140,7 @@ Use the following options to set rules or limits that trigger certain actions or Option | Required | Type | Description :--- |:-----------------------------------|:-------| :--- -`flush_capacity_ratio` | No | Float | The percentage of groups to be force-flushed when `aggregate_threshold maximum_size` is reached. Percentage is expressed from `0.0`--`1.0`. Default is `0.5`. +`flush_capacity_ratio` | No | Float | The percentage of groups to be force-flushed when `aggregate_threshold maximum_size` is reached. The percentage is expressed as a number between `0.0` and `1.0`. Default is `0.5`. `maximum_size` | Yes | String | The maximum number of bytes to accumulate before force-flushing objects. For example, `128mb`. ## Buffer type