cinely / mule-uploader

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

u.list_parts not defined #32

Closed cmcfadden closed 9 years ago

cmcfadden commented 9 years ago

Looks like this got lost in the migration to V4 - there's no list_parts function anymore, though it's still called from https://github.com/cinely/mule-uploader/blob/master/mule-uploader.js#L668

gabipurcaru commented 9 years ago

Good call! This is supposed to be AmazonXHR.list. I'll change it when I have some time.