Add missing use_credentials_chain to config file example

This commit is contained in:
allegroai 2022-08-01 18:57:04 +03:00
parent 12a8872b27
commit 71d2ab4ce7

View File

@ -325,6 +325,11 @@ sdk {
key: ""
secret: ""
region: ""
# Or enable credentials chain to let Boto3 pick the right credentials.
# This includes picking credentials from environment variables,
# credential file and IAM role using metadata service.
# Refer to the latest Boto3 docs
use_credentials_chain: false
credentials: [
# specifies key/secret credentials to use when handling s3 urls (read or write)