-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with MultipartUpload since 3.31.0. Getting timeout response. #1326
Comments
I can confirm this issue. To be more specific, the spatie/laravel-backup package uses the well-known thephpleague/flysystem-aws-s3-v3 package under the hood, and the issue was also reported here: https://github.com/thephpleague/flysystem-aws-s3-v3/issues/113. |
I encountered the exact same problem. |
We are having the same issue. Had to downgrade to 3.30.4 |
Thanks everyone for bringing this to our attention. It looks like you end up with an internal |
Same issue |
Same, last version, php 7.1.0 |
We believe this issue has been fixed as of version 3.31.3. Thank you again for the reports. |
Confirmed, this is fixed. Thanks!!!! |
I am using the plugin https://github.com/spatie/laravel-backup to run upload to S3 using PUT method. Since 3.31.0 release, we are getting these errors from S3:
<?xml version="1.0" encoding="UTF-8"?> <Code>RequestTimeout</Code><Message>Your socket connection to the server w (truncated...) RequestTimeout (client): Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed. - <?xml version="1.0" encoding="UTF-8"?> <Code>RequestTimeout</Code><Message>Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed.</Message>
Seems to only occuring when doing MultipartUpload. Anyone else experiencing this issue with any other integration using this aws package? Thanks!
The text was updated successfully, but these errors were encountered: