From 814f5a9717618f4451b94cf46dd1bf1d97d5f29c Mon Sep 17 00:00:00 2001 From: Maytas Monsereenusorn <52679095+maytasm3@users.noreply.github.com> Date: Mon, 9 Mar 2020 17:56:42 -0700 Subject: [PATCH] add password provider reference to s3 optional cred docs (#9439) --- docs/ingestion/native-batch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ingestion/native-batch.md b/docs/ingestion/native-batch.md index a3e7d1c80ae..a2bfe27e6bc 100644 --- a/docs/ingestion/native-batch.md +++ b/docs/ingestion/native-batch.md @@ -856,8 +856,8 @@ Properties Object: |property|description|default|required?| |--------|-----------|-------|---------| -|accessKeyId|S3 access key for this S3 InputSource|None|yes if secretAccessKey is given| -|secretAccessKey|S3 secret key for this S3 InputSource|None|yes if accessKeyId is given| +|accessKeyId|The [Password Provider](../operations/password-provider.md) or plain text string of this S3 InputSource's access key|None|yes if secretAccessKey is given| +|secretAccessKey|The [Password Provider](../operations/password-provider.md) or plain text string of this S3 InputSource's secret key|None|yes if accessKeyId is given| **Note :** *If accessKeyId and secretAccessKey are not given, the default [S3 credentials provider chain](../development/extensions-core/s3.md#s3-authentication-methods) is used.*