Improve description for AWS S3 configuration

This commit is contained in:
allegroai 2022-09-13 15:09:33 +03:00
parent a59f46a485
commit 721569bb77

View File

@ -64,7 +64,8 @@
s3 {
# S3 credentials, used for read/write access by various SDK elements
# Default, used for any bucket not specified below
# The following settings will be used for any bucket not specified below in the "credentials" section
# ---------------------------------------------------------------------------------------------------
region: ""
# Specify explicit keys
key: ""
@ -74,9 +75,10 @@
# credential file and IAM role using metadata service.
# Refer to the latest Boto3 docs
use_credentials_chain: false
# Additional ExtraArgs passed to boto3 when uploading files. Can also be set per-bucket under "credentials".
extra_args: {}
# ---------------------------------------------------------------------------------------------------
credentials: [
# specifies key/secret credentials to use when handling s3 urls (read or write)