From 5c35e26bf48be349829304ad2cbb1e3385d4b676 Mon Sep 17 00:00:00 2001 From: l1ghtman2k Date: Fri, 1 Mar 2024 12:55:03 -0500 Subject: [PATCH] s3 docs Signed-off-by: l1ghtman2k --- docs/plugins/fluentbit/output/s3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/fluentbit/output/s3.md b/docs/plugins/fluentbit/output/s3.md index 127e9c16d..b08ab5c11 100644 --- a/docs/plugins/fluentbit/output/s3.md +++ b/docs/plugins/fluentbit/output/s3.md @@ -31,3 +31,4 @@ The S3 output plugin, allows to flush your records into a S3 time series databas | StorageClass | Specify the storage class for S3 objects. If this option is not specified, objects will be stored with the default 'STANDARD' storage class. | string | | RetryLimit | Integer value to set the maximum number of retries allowed. | *int32 | | ExternalId | Specify an external ID for the STS API, can be used with the role_arn parameter if your role requires an external ID. | string | +| tls | | *[plugins.TLS](../tls.md) |