diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-14 01:29:57 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-14 01:36:41 +0400 |
commit | c29f1aff41da8c1d4d2f9d6f9f021d12566d893f (patch) | |
tree | df0998be0f84829910e7cedafbb039211932c524 /dot_aws/private_config | |
parent | 73ccf329640316f26305e6b0c8dc75956b370237 (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/private_config')
-rw-r--r-- | dot_aws/private_config | 3 |
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 |