add password provider reference to s3 optional cred docs (#9439)

This commit is contained in:
Maytas Monsereenusorn 2020-03-09 17:56:42 -07:00 committed by GitHub
parent f8b1f2f7f3
commit 814f5a9717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.*