-
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
Multipart Upload failed #762
Comments
What version of the SDK are you using? |
Sorry, i forget to put it: 3.3.5 |
Any information you can provide about your execution environment would be helpful. I'm unable to reproduce using the default HTTP handler with the following stack: SDK: 3.3.5 |
Hi Jonathan. I've just find my error: because it's a stream, it's necessary to rewind the stream into the exception! So now all is ok. Please close this issue. Best regards, Fabrice |
Well, I think the error message could use some work. Let me see if I can surface the exact issue more explicitly. |
This is a good idea to be more clear :) |
The underlying issue was resolved upstream in https://github.com/guzzle/promises/releases/tag/1.0.3 . Please feel free to reopen if you have any questions or concerns. |
Hi all.
I've just started to use this sdk.
I would like to upload large file on my bucket, so i use multipart upload described here: http://docs.aws.amazon.com/aws-sdk-php/v3/guide/service/s3-multipart-upload.html
This is my source code:
The size of my file is 9.8GB. Sometimes the upload is done with succes, but very often it's fails.
The exception is:
Could you please help me to resolve this problem. I think it's from the sdk.
Thanks.
Regards Fabrice
The text was updated successfully, but these errors were encountered: