glasslion / django-qiniu-storage

Django storage for 七牛云存储
MIT License
190 stars 70 forks source link

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

Closed ijasperyang closed 7 years ago

ijasperyang commented 7 years ago

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()

glasslion commented 7 years ago

Fixed by #15