mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Add default values in .conf files for s3 multipart
This commit is contained in:
parent
bae4886412
commit
f6ae803110
@ -103,6 +103,8 @@
|
||||
boto3 {
|
||||
pool_connections: 512
|
||||
max_multipart_concurrency: 16
|
||||
multipart_threshold: 8388608 # 8MB
|
||||
multipart_chunksize: 8388608 # 8MB
|
||||
}
|
||||
}
|
||||
google.storage {
|
||||
|
@ -121,6 +121,8 @@ sdk {
|
||||
boto3 {
|
||||
pool_connections: 512
|
||||
max_multipart_concurrency: 16
|
||||
multipart_threshold: 8388608 # 8MB
|
||||
multipart_chunksize: 8388608 # 8MB
|
||||
}
|
||||
}
|
||||
google.storage {
|
||||
|
@ -105,6 +105,8 @@ sdk {
|
||||
boto3 {
|
||||
pool_connections: 512
|
||||
max_multipart_concurrency: 16
|
||||
multipart_threshold: 8388608 # 8MB
|
||||
multipart_chunksize: 8388608 # 8MB
|
||||
}
|
||||
}
|
||||
google.storage {
|
||||
|
Loading…
Reference in New Issue
Block a user