Pergunta

One of our clients is getting this error message when uploading files to our s3 bucket - "Problem asking Amazon to combine the parts!". We can take the same files and upload them OK on our end. Is there any way to capture more info to see exactly why the parts cannot be combined on Amazon's end? We're using the onError callback now and posting it to a log. Is there any way else to dig in deeper?

Foi útil?

Solução

You can turn on debug mode by setting debug: true in the uploader's options. Also, you can turn on bucket logging in S3 to get logs from that end.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top