glasslion / django-qiniu-storage

Django storage for 七牛云存储

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

close file in QiniuStorage::_save() will lead to I/O operation on closed file error

ijasperyang opened this issue · comments

to close the content will lead to 'I/O operation on closed file' error
we'd better to close the file in application.
suggest:
remove content.close()

Fixed by #15