Skip to content

Commit 499ee40

Browse files
singholtedsiper
authored andcommitted
CODEOWNERS: Add AWS code-owners for AWS-related files
This commit adds Cam (@sparrc), Anuj (@singholt), and Swapneil (@swapneils) as code-owners for the AWS-related code files. Signed-off-by: Anuj Singh <[email protected]>
1 parent ba5117c commit 499ee40

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

CODEOWNERS

+20-20
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

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

3737
# AWS header files
38-
/include/aws @pettitwesley
39-
/include/flb_aws_credentials.h @pettitwesley
40-
/include/flb_aws_util.h @pettitwesley
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
4141

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

5656
# Filter Plugins
5757
# --------------
58-
/plugins/filter_aws @pettitwesley
59-
/plugins/filter_ecs @pettitwesley
58+
/plugins/filter_aws @pettitwesley @sparrc @singholt @swapneils
59+
/plugins/filter_ecs @pettitwesley @sparrc @singholt @swapneils
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
70-
/plugins/out_cloudwatch_logs @pettitwesley
71-
/plugins/out_kinesis_firehose @pettitwesley
72-
/plugins/out_kinesis_streams @pettitwesley
73-
/plugins/out_opensearch @pettitwesley @edsiper
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
7474

7575
# AWS test code
76-
/tests/internal/aws @pettitwesley
77-
/tests/internal/aws_* @pettitwesley
78-
/tests/runtime/filter_ecs.c @pettitwesley
79-
/tests/runtime/filter_aws.c @pettitwesley
80-
/tests/runtime/out_cloudwatch.c @pettitwesley
81-
/tests/runtime/out_firehose.c @pettitwesley
82-
/tests/runtime/out_kinesis.c @pettitwesley
83-
/tests/runtime/out_opensearch.c @pettitwesley @edsiper
84-
/tests/runtime/out_s3.c @pettitwesley
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
8585

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

0 commit comments

Comments
 (0)