amazon-s3-php-class
amazon-s3-php-class copied to clipboard
Add default CURLOPT_TIMEOUT parameter.
Without having CURLOPT_TIMEOUT set, any application using this library can build up a large number of open connections if S3 starts having issues.
It seems reasonable to have a default parameter that you can optionally override in order to prevent this situation from happening.
👍