Skip to content

Commit

Permalink
out_s3: add external_id to config map
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Jan 18, 2022
1 parent bde92e8 commit 3dc26e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/out_s3/s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2391,6 +2391,13 @@ static struct flb_config_map config_map[] = {
"that key will be sent to S3."
},

{
FLB_CONFIG_MAP_STR, "external_id", NULL,
0, FLB_TRUE, offsetof(struct flb_kinesis, external_id),
"Specify an external ID for the STS API, can be used with the role_arn parameter if your role "
"requires an external ID."
},

{
FLB_CONFIG_MAP_BOOL, "static_file_path", "false",
0, FLB_TRUE, offsetof(struct flb_s3, static_file_path),
Expand Down

0 comments on commit 3dc26e5

Please sign in to comment.