|
|
|
@ -115,7 +115,7 @@ def down_obj_from_oss(workdir, pid, action): |
|
|
|
print(f'目录{dirPath}已存在mtl文件,跳过') |
|
|
|
print(f'目录{dirPath}已存在mtl文件,跳过') |
|
|
|
continue |
|
|
|
continue |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print(f'下载文件{file.key}到{localfile} ---- isobj= {isObjFile} isjpg= {isJpgFile} ismtl= {isMtlFile}') |
|
|
|
config.oss_bucket.get_object_to_file(file.key, localfile) |
|
|
|
config.oss_bucket.get_object_to_file(file.key, localfile) |
|
|
|
|
|
|
|
|
|
|
|
return obj_filename |
|
|
|
return obj_filename |
|
|
|
|