mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 05:20:07 +00:00
Clarify Boto3 credential chain (#706)
This commit is contained in:
parent
72ff1879bf
commit
696cb50569
@ -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/>
|
||||
|
Loading…
Reference in New Issue
Block a user