Skip to content

Commit

Permalink
out_s3: make option auto_retry_requests default to be true
Browse files Browse the repository at this point in the history
Signed-off-by: Zhonghui Hu <[email protected]>
  • Loading branch information
zhonghui12 authored and PettitWesley committed Nov 11, 2021
1 parent 0adcd4b commit 25d5709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_s3/s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ static struct flb_config_map config_map[] = {
},

{
FLB_CONFIG_MAP_BOOL, "auto_retry_requests", "false",
FLB_CONFIG_MAP_BOOL, "auto_retry_requests", "true",
0, FLB_TRUE, offsetof(struct flb_s3, retry_requests),
"Immediately retry failed requests to AWS services once. This option "
"does not affect the normal Fluent Bit retry mechanism with backoff. "
Expand Down

0 comments on commit 25d5709

Please sign in to comment.