From 0e40748513a70d4a8df766647676ec49ee702329 Mon Sep 17 00:00:00 2001 From: Binaya Sharma Date: Wed, 26 Jul 2023 21:50:36 +0545 Subject: [PATCH] Removing reduntant total_file_size --- main.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/main.sh b/main.sh index 062204a..3a48790 100755 --- a/main.sh +++ b/main.sh @@ -340,10 +340,9 @@ if [[ "${STORAGE_BACKEND_TYPE}" == "aws_s3" ]]; then Match fluentbit region ${S3_AWS_REGION} upload_timeout 5s - total_file_size 1M store_dir_limit_size 2G total_file_size 250M - retry_limit 50 + retry_limit 20 use_put_object On compression gzip bucket ${S3_BUCKET_NAME} @@ -354,10 +353,9 @@ if [[ "${STORAGE_BACKEND_TYPE}" == "aws_s3" ]]; then Match ecsagent region ${S3_AWS_REGION} upload_timeout 5s - total_file_size 1M store_dir_limit_size 2G total_file_size 250M - retry_limit 50 + retry_limit 20 use_put_object On compression gzip bucket ${S3_BUCKET_NAME} @@ -368,11 +366,10 @@ if [[ "${STORAGE_BACKEND_TYPE}" == "aws_s3" ]]; then Match_Regex orgs** region ${S3_AWS_REGION} upload_timeout 5s - total_file_size 1M use_put_object On store_dir_limit_size 2G total_file_size 250M - retry_limit 50 + retry_limit 20 compression gzip bucket ${S3_BUCKET_NAME} s3_key_format /\$TAG/logs/log