Skip to content

Commit 8546892

Browse files
committed
CODEOWNERS: update AWS maintainers and cleanup
Signed-off-by: Eduardo Silva <[email protected]>
1 parent ed06c31 commit 8546892

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

CODEOWNERS

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Global Owners
1111
# -------------
12-
* @edsiper @leonardo-albertovich @fujimotos @koleini
12+
* @edsiper @leonardo-albertovich @cosmo0920
1313

1414
# Build System & Portability
1515
# --------------------------
@@ -27,17 +27,17 @@
2727

2828
# Core: Signv4
2929
# ------------
30-
/src/flb_signv4.c @pettitwesley
30+
/src/flb_signv4.c @fluent/aws-fluent-bit-maintainers
3131
/src/flb_lib.c @edsiper @niedbalski
3232

3333
# Core: AWS Auth & Utils
3434
# ------------
35-
/src/aws @pettitwesley @sparrc @singholt @swapneils
35+
/src/aws @fluent/aws-fluent-bit-maintainers
3636

3737
# AWS header files
38-
/include/aws @pettitwesley @sparrc @singholt @swapneils
39-
/include/flb_aws_credentials.h @pettitwesley @sparrc @singholt @swapneils
40-
/include/flb_aws_util.h @pettitwesley @sparrc @singholt @swapneils
38+
/include/aws @fluent/aws-fluent-bit-maintainers
39+
/include/flb_aws_credentials.h @fluent/aws-fluent-bit-maintainers
40+
/include/flb_aws_util.h @fluent/aws-fluent-bit-maintainers
4141

4242
# Core: Stream Processor
4343
# ----------------
@@ -55,8 +55,8 @@
5555

5656
# Filter Plugins
5757
# --------------
58-
/plugins/filter_aws @pettitwesley @sparrc @singholt @swapneils
59-
/plugins/filter_ecs @pettitwesley @sparrc @singholt @swapneils
58+
/plugins/filter_aws @fluent/aws-fluent-bit-maintainers
59+
/plugins/filter_ecs @fluent/aws-fluent-bit-maintainers
6060

6161
# Output Plugins
6262
# --------------
@@ -66,22 +66,22 @@
6666
/plugins/out_stackdriver @braydonk @jefferbrecht @jeffluoo
6767

6868
# AWS Plugins
69-
/plugins/out_s3 @pettitwesley @sparrc @singholt @swapneils
70-
/plugins/out_cloudwatch_logs @pettitwesley @sparrc @singholt @swapneils
71-
/plugins/out_kinesis_firehose @pettitwesley @sparrc @singholt @swapneils
72-
/plugins/out_kinesis_streams @pettitwesley @sparrc @singholt @swapneils
73-
/plugins/out_opensearch @pettitwesley @edsiper @sparrc @singholt @swapneils
69+
/plugins/out_s3 @fluent/aws-fluent-bit-maintainers
70+
/plugins/out_cloudwatch_logs @fluent/aws-fluent-bit-maintainers
71+
/plugins/out_kinesis_firehose @fluent/aws-fluent-bit-maintainers
72+
/plugins/out_kinesis_streams @fluent/aws-fluent-bit-maintainers
73+
/plugins/out_opensearch @fluent/aws-fluent-bit-maintainers
7474

7575
# AWS test code
76-
/tests/internal/aws @pettitwesley @sparrc @singholt @swapneils
77-
/tests/internal/aws_* @pettitwesley @sparrc @singholt @swapneils
78-
/tests/runtime/filter_ecs.c @pettitwesley @sparrc @singholt @swapneils
79-
/tests/runtime/filter_aws.c @pettitwesley @sparrc @singholt @swapneils
80-
/tests/runtime/out_cloudwatch.c @pettitwesley @sparrc @singholt @swapneils
81-
/tests/runtime/out_firehose.c @pettitwesley @sparrc @singholt @swapneils
82-
/tests/runtime/out_kinesis.c @pettitwesley @sparrc @singholt @swapneils
83-
/tests/runtime/out_opensearch.c @pettitwesley @edsiper @sparrc @singholt @swapneils
84-
/tests/runtime/out_s3.c @pettitwesley @sparrc @singholt @swapneils
76+
/tests/internal/aws @fluent/aws-fluent-bit-maintainers
77+
/tests/internal/aws_* @fluent/aws-fluent-bit-maintainers
78+
/tests/runtime/filter_ecs.c @fluent/aws-fluent-bit-maintainers
79+
/tests/runtime/filter_aws.c @fluent/aws-fluent-bit-maintainers
80+
/tests/runtime/out_cloudwatch.c @fluent/aws-fluent-bit-maintainers
81+
/tests/runtime/out_firehose.c @fluent/aws-fluent-bit-maintainers
82+
/tests/runtime/out_kinesis.c @fluent/aws-fluent-bit-maintainers
83+
/tests/runtime/out_opensearch.c @fluent/aws-fluent-bit-maintainers
84+
/tests/runtime/out_s3.c @fluent/aws-fluent-bit-maintainers
8585

8686
# Google test code
8787
# --------------

0 commit comments

Comments
 (0)