summary refs log tree commit diff
path: root/dot_aws
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-14 01:29:57 +0400
committerAlen <alen@dotfiles.xyz>2023-09-14 01:36:41 +0400
commitc29f1aff41da8c1d4d2f9d6f9f021d12566d893f (patch)
treedf0998be0f84829910e7cedafbb039211932c524 /dot_aws
parent73ccf329640316f26305e6b0c8dc75956b370237 (diff)
Add basic AWS config with s3.max_concurrent_requests set to 64
When we do S3, we do it *fast*
Diffstat (limited to 'dot_aws')
-rw-r--r--dot_aws/private_config3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_aws/private_config b/dot_aws/private_config
new file mode 100644
index 0000000..035d614
--- /dev/null
+++ b/dot_aws/private_config
@@ -0,0 +1,3 @@
+[default]
+s3 =
+    max_concurrent_requests = 64