cinely / mule-uploader

Stubborn HTML5 Amazon S3 uploader
http://mule-uploader.com/
MIT License
223 stars 43 forks source link

Updated doc about CORS suggestion, adding HEAD method. #5

Closed tuler closed 11 years ago

tuler commented 11 years ago

Sometimes PUT to S3 fails, and the code tries to recover from this error by issuing a HEAD to request to the bucket to check if the upload has succeeded or not. In my bucket I had not included the HEAD method to CORS, so this request was failing and the upload could not recover from the PUT error.

gabipurcaru commented 11 years ago

This is correct, thank you for noticing!