feat 测试批量上传图片

fix
This commit is contained in:
zhouchengrong
2024-07-19 15:17:54 +08:00
parent ed908d0472
commit 33e7d884cf
7 changed files with 8 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ def process_images(images):
return results
@RunTime
# @RunTime
def upload_images(image_obj):
bucket_name = image_obj['image_url'].split("/", 1)[0]
object_name = image_obj['image_url'].split("/", 1)[1]