Initializing help system before first use

s3_max_retries

Description
Set the maximum number of times a 'failed' S3 request will be retried.
Type
Integer, read/write
Default value
8
Note
Each retry will be after an exponentially larger delay (200ms, 400ms, 800ms, etc) so be aware that large values can take a long time to report errors.
Note
The default setting will retry for approximately 52 seconds.
Note
The types of operation that are retried can be controlled using the s3_retry_error_codes parameter.