### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.11.0
| "size": len(blob), | "size": len(blob), | ||||
| } | } | ||||
| file = FileService.insert(file) | file = FileService.insert(file) | ||||
| MINIO.put(last_folder.id, location, blob) | |||||
| STORAGE_IMPL.put(last_folder.id, location, blob) | |||||
| file_res.append(file.to_json()) | file_res.append(file.to_json()) | ||||
| return get_json_result(data=file_res) | return get_json_result(data=file_res) | ||||
| except Exception as e: | except Exception as e: |