Skip to content

Commit c355acb

Browse files
authored
Update .config/s3.config.php - fix timeout typo
Signed-off-by: Jesse Hitch <[email protected]>
1 parent f35c162 commit c355acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/s3.config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'legacy_auth' => $use_legacyauth == true && strtolower($use_legacyauth) !== 'false',
2323
'concurrency' => getenv('OBJECTSTORE_S3_CONCURRENCY') ?: 5,
2424
'proxy' => getenv('OBJECTSTORE_S3_PROXY') ?: false,
25-
'timout' => getenv('OBJECTSTORE_S3_TIMEOUT') ?: 15,
25+
'timeout' => getenv('OBJECTSTORE_S3_TIMEOUT') ?: 15,
2626
'uploadPartSize' => getenv('OBJECTSTORE_S3_UPLOADPARTSIZE') ?: 524288000,
2727
'putSizeLimit' => getenv('OBJECTSTORE_S3_PUTSIZELIMIT') ?: 104857600,
2828
'version' => getenv('OBJECTSTORE_S3_VERSION') ?: "latest",

0 commit comments

Comments
 (0)