Преглед изворни кода

2024-06-06
上线了新etl, 目的是解决封面下载失败的问题

etl修改了oss地址

罗俊辉 пре 1 година
родитељ
комит
8ce971228f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      applications/functions/async_etl.py

+ 1 - 1
applications/functions/async_etl.py

@@ -19,7 +19,7 @@ async def upload_to_oss(local_video_path, type_):
     把视频上传到 oss
     :return:
     """
-    oss_video_key = "long_articles/{}".format(type_) + str(uuid4())
+    oss_video_key = "long_articles/{}/".format(type_) + str(uuid4())
     access_key_id = "LTAIP6x1l3DXfSxm"
     access_key_secret = "KbTaM9ars4OX3PMS6Xm7rtxGr1FLon"
     endpoint = "oss-cn-hangzhou.aliyuncs.com"