TkTech / ckanext-cloudstorage

Implements support for resource storage against multiple popular providers via apache-libcloud (S3, Azure Storage, etc...)
MIT License
35 stars 55 forks source link

Multipart uploading not working #22

Closed jguo144 closed 6 years ago

jguo144 commented 7 years ago

Multipart uploading not working due to a syntax error in cloudstorage-multipart-upload.js. On line 25 _redirect_url: null; should end with a comma not a semicolon.