Skip to content
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

The XML you provided was not well-formed or did not validate against our published schema #810

Closed
xin-young opened this issue Dec 12, 2017 · 3 comments
Labels
guidance Question that needs advice or information.

Comments

@xin-young
Copy link

default
default
default
default

i work follow the document,but a exception appear when merge files.
http://docs.aws.amazon.com/zh_cn/AmazonS3/latest/dev/LLuploadFileDotNet.html

@xin-young xin-young reopened this Dec 12, 2017
@normj
Copy link
Member

normj commented Dec 12, 2017

When you call CompleteMultipartUploadAsync you need to fill in the PartETags collection on the CompleteMultipartUploadRequest object with all of the parts you uploaded. We definitely need a better error message.

You can also use Amazon.S3.Transfer.TransferUtility which will automatically take care of the multipart upload.

@normj normj added the Question label Dec 12, 2017
@xin-young
Copy link
Author

Good suggestions.The first instance of the document misled me.I want to upload data directly from the Web page to S3,so choose this way.

@diehlaws diehlaws added guidance Question that needs advice or information. and removed Question labels Jan 3, 2019
@fractos
Copy link

fractos commented Aug 7, 2019

Just hit this - you definitely need better error messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Question that needs advice or information.
Projects
None yet
Development

No branches or pull requests

4 participants