diff --git a/_data-prepper/pipelines/configuration/sinks/s3.md b/_data-prepper/pipelines/configuration/sinks/s3.md index ad70779b6d..571606845c 100644 --- a/_data-prepper/pipelines/configuration/sinks/s3.md +++ b/_data-prepper/pipelines/configuration/sinks/s3.md @@ -105,7 +105,7 @@ Option | Required | Type | Descriptio `bucket` | Yes | String | Specifies the sink's S3 bucket name. Supports dynamic bucket naming using [Data Prepper expressions]({{site.url}}{{site.baseurl}}/data-prepper/pipelines/expression-syntax/), for example, `test-${/bucket_id}`. If a dynamic bucket is inaccessible and no `default_bucket` is configured, then the object data is dropped. `default_bucket` | No | String | A static bucket for inaccessible dynamic buckets in `bucket`. `bucket_owners` | No | Map | A map of bucket names and their account owner IDs for cross-account access. Refer to [Cross-account S3 access](#s3_bucket_ownership). -`default_bucket_owner` | No | String | AWS account ID for an S3 bucket owner. Refer to [Cross-account S3 access](#s3_bucket_ownership). +`default_bucket_owner` | No | String | The AWS account ID for an S3 bucket owner. Refer to [Cross-account S3 access](#s3_bucket_ownership). `codec` | Yes | [Codec](#codec) | Serializes data in S3 objects. `aws` | Yes | AWS | AWS configuration. Refer to [aws](#aws). `threshold` | Yes | [Threshold](#threshold-configuration) | Condition for writing objects to S3.