Fix config example (#889)

This commit is contained in:
pollfly
2024-08-04 18:47:37 +03:00
committed by GitHub
parent 9cf5d480eb
commit 9371e861f4

View File

@@ -128,11 +128,12 @@ auto_scaler.v1.aws {
"""
files {
boto3_file {
contents: |
contents: """
boto3 {
pool_connections: 512
max_multipart_concurrency: 16
}
}
"""
path: "/boto3_config.yaml"
target_format: yaml
mode: "0o644"