Make the s3 client io-threads configurable and adaptable

This commit is contained in:
Andrey Antukh 2023-11-15 13:26:52 +01:00
parent ed1c7dcc12
commit 4c190e385e
3 changed files with 12 additions and 13 deletions

View file

@ -203,6 +203,7 @@
(s/def ::storage-assets-s3-bucket ::us/string)
(s/def ::storage-assets-s3-region ::us/keyword)
(s/def ::storage-assets-s3-endpoint ::us/string)
(s/def ::storage-assets-s3-io-threads ::us/integer)
(s/def ::telemetry-uri ::us/string)
(s/def ::telemetry-with-taiga ::us/boolean)
(s/def ::tenant ::us/string)
@ -320,6 +321,7 @@
::storage-assets-s3-bucket
::storage-assets-s3-region
::storage-assets-s3-endpoint
::storage-assets-s3-io-threads
::telemetry-enabled
::telemetry-uri
::telemetry-referer