From 9df38f2e53c2594cad66ee3351f51d4ffd5b2526 Mon Sep 17 00:00:00 2001 From: chanchalkhatri19 Date: Thu, 12 Mar 2026 06:03:53 +0000 Subject: [PATCH] docs: add accountId option to AWS S3 discovery config examples Signed-off-by: chanchalkhatri19 --- docs/integrations/aws-s3/discovery.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/aws-s3/discovery.md b/docs/integrations/aws-s3/discovery.md index 74e2fde6a5..c18f119444 100644 --- a/docs/integrations/aws-s3/discovery.md +++ b/docs/integrations/aws-s3/discovery.md @@ -31,6 +31,7 @@ catalog: bucketName: sample-bucket prefix: prefix/ # optional region: us-east-2 # optional, uses the default region otherwise + accountId: '123456789012' # optional, uses the main account otherwise schedule: # same options as in SchedulerServiceTaskScheduleDefinition # supports cron, ISO duration, "human duration" as used in code frequency: { minutes: 30 } @@ -51,6 +52,7 @@ catalog: bucketName: sample-bucket prefix: prefix/ # optional region: us-east-2 # optional, uses the default region otherwise + accountId: '123456789012' # optional, uses the main account otherwise schedule: # same options as in SchedulerServiceTaskScheduleDefinition # supports cron, ISO duration, "human duration" as used in code frequency: { minutes: 30 }