mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Improve description for AWS S3 configuration
This commit is contained in:
parent
a59f46a485
commit
721569bb77
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user