14 lines
355 B
PHP
14 lines
355 B
PHP
<?php
|
|
$clouds_default_option = [
|
|
'log_404_errors' => 'N',
|
|
'multipart_upload_keep_days' => 1,
|
|
'delayed_resize' => 'N',
|
|
'failover_enabled' => 'N',
|
|
'queue_agent_time' => 5,
|
|
'sync_agent_time' => 5,
|
|
'max_copy_fail_count' => 5,
|
|
'agents_max_parallel_count' => 20,
|
|
'aws_security_service_retry_count' => 1,
|
|
'aws_security_service_retry_timeout' => 10,
|
|
];
|