mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Fix config example (#889)
This commit is contained in:
parent
9cf5d480eb
commit
9371e861f4
@ -128,11 +128,12 @@ auto_scaler.v1.aws {
|
|||||||
"""
|
"""
|
||||||
files {
|
files {
|
||||||
boto3_file {
|
boto3_file {
|
||||||
contents: |
|
contents: """
|
||||||
boto3 {
|
boto3 {
|
||||||
pool_connections: 512
|
pool_connections: 512
|
||||||
max_multipart_concurrency: 16
|
max_multipart_concurrency: 16
|
||||||
}
|
}
|
||||||
|
"""
|
||||||
path: "/boto3_config.yaml"
|
path: "/boto3_config.yaml"
|
||||||
target_format: yaml
|
target_format: yaml
|
||||||
mode: "0o644"
|
mode: "0o644"
|
||||||
|
Loading…
Reference in New Issue
Block a user