Skip to content

Commit

Permalink
Removing reduntant total_file_size
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaya Sharma committed Jul 26, 2023
1 parent f44750f commit 0e40748
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 0e40748

Please sign in to comment.