Skip to content

Commit

Permalink
codeowners: made pettitwesley owner of all AWS code
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley authored and edsiper committed Feb 10, 2023
1 parent 303e9f8 commit d9d817d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
# ------------
/src/aws @pettitwesley

# AWS header files
/include/aws @pettitwesley
/include/flb_aws_credentials.h @pettitwesley
/include/flb_aws_util.h @pettitwesley

# Core: Stream Processor
# ----------------
/src/stream_processor/ @koleini
Expand All @@ -51,6 +56,7 @@
# Filter Plugins
# --------------
/plugins/filter_aws @pettitwesley
/plugins/filter_ecs @pettitwesley

# Output Plugins
# --------------
Expand All @@ -62,3 +68,14 @@
/plugins/out_cloudwatch_logs @pettitwesley
/plugins/out_kinesis_firehose @pettitwesley
/plugins/out_kinesis_streams @pettitwesley
/plugins/out_opensearch @pettitwesley @edsiper

# AWS test code
/tests/internal/aws @pettitwesley
/tests/internal/aws_* @pettitwesley
/tests/runtime/filter_ecs.c @pettitwesley
/tests/runtime/out_cloudwatch.c @pettitwesley
/tests/runtime/out_firehose.c @pettitwesley
/tests/runtime/out_kinesis.c @pettitwesley
/tests/runtime/out_opensearch.c @pettitwesley @edsiper
/tests/runtime/out_s3.c @pettitwesley

0 comments on commit d9d817d

Please sign in to comment.