We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35c162 commit c355acbCopy full SHA for c355acb
.config/s3.config.php
@@ -22,7 +22,7 @@
22
'legacy_auth' => $use_legacyauth == true && strtolower($use_legacyauth) !== 'false',
23
'concurrency' => getenv('OBJECTSTORE_S3_CONCURRENCY') ?: 5,
24
'proxy' => getenv('OBJECTSTORE_S3_PROXY') ?: false,
25
- 'timout' => getenv('OBJECTSTORE_S3_TIMEOUT') ?: 15,
+ 'timeout' => getenv('OBJECTSTORE_S3_TIMEOUT') ?: 15,
26
'uploadPartSize' => getenv('OBJECTSTORE_S3_UPLOADPARTSIZE') ?: 524288000,
27
'putSizeLimit' => getenv('OBJECTSTORE_S3_PUTSIZELIMIT') ?: 104857600,
28
'version' => getenv('OBJECTSTORE_S3_VERSION') ?: "latest",
0 commit comments