mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Improve description for AWS S3 configuration
This commit is contained in:
parent
a59f46a485
commit
721569bb77
@ -64,7 +64,8 @@
|
|||||||
s3 {
|
s3 {
|
||||||
# S3 credentials, used for read/write access by various SDK elements
|
# 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: ""
|
region: ""
|
||||||
# Specify explicit keys
|
# Specify explicit keys
|
||||||
key: ""
|
key: ""
|
||||||
@ -74,9 +75,10 @@
|
|||||||
# credential file and IAM role using metadata service.
|
# credential file and IAM role using metadata service.
|
||||||
# Refer to the latest Boto3 docs
|
# Refer to the latest Boto3 docs
|
||||||
use_credentials_chain: false
|
use_credentials_chain: false
|
||||||
|
|
||||||
# Additional ExtraArgs passed to boto3 when uploading files. Can also be set per-bucket under "credentials".
|
# Additional ExtraArgs passed to boto3 when uploading files. Can also be set per-bucket under "credentials".
|
||||||
extra_args: {}
|
extra_args: {}
|
||||||
|
# ---------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
credentials: [
|
credentials: [
|
||||||
# specifies key/secret credentials to use when handling s3 urls (read or write)
|
# specifies key/secret credentials to use when handling s3 urls (read or write)
|
||||||
|
Loading…
Reference in New Issue
Block a user