Clarify Boto3 credential chain (#706)

This commit is contained in:
pollfly 2023-11-14 13:38:51 +02:00 committed by GitHub
parent 72ff1879bf
commit 696cb50569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -833,9 +833,9 @@ metrics, network, AWS S3 buckets and credentials, Google Cloud Storage, Azure St
**`sdk.aws.s3.use_credentials_chain`** (*bool*)
* Instead of using default credentials for an unspecified bucket, enable credentials chain to let Boto3 pick the right
credentials. This includes picking credentials from environment variables,
a credential file, and metadata service with an IAM role configured. See [Boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials)
* Set to `true` to let Boto3 look for and pick the right credentials, instead of using the explicitly provided
default credentials (`sdk.aws.s3.secret` and `sdk.aws.s3.key`). Boto3 looks for credentials in environment variables,
a credential file, and metadata service with an IAM role configured. See [Boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials).
<br/>