You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some calls do not transfer data but may take time for the S3 provider to handle. One notable one is the S3_copy_object call.
We set this parameter to 15 seconds if the main timeout is set to 0 (no timeout). That may not be long enough for some providers.
There are two options:
Simple increase the time for CURLOPT_LOW_SPEED_TIME.
Use the default of 0 for CURLOPT_LOW_SPEED_TIME in this case.
The second option seems consistent with the desire to not have timeouts. However, this could possibly result in a situation where a call hangs indefinitely or waits for some type of transport timeout.
The text was updated successfully, but these errors were encountered:
Some calls do not transfer data but may take time for the S3 provider to handle. One notable one is the S3_copy_object call.
We set this parameter to 15 seconds if the main timeout is set to 0 (no timeout). That may not be long enough for some providers.
There are two options:
The second option seems consistent with the desire to not have timeouts. However, this could possibly result in a situation where a call hangs indefinitely or waits for some type of transport timeout.
The text was updated successfully, but these errors were encountered: