renamem orders
This commit is contained in:
@@ -64,7 +64,7 @@ def edit_course(course_id: str):
|
||||
now_ = now()
|
||||
|
||||
if course.rawfile:
|
||||
object_key = f'certs/{course_id}.html'
|
||||
object_key = f'certs/templates/{course_id}.html'
|
||||
course.cert.s3_uri = f's3://{BUCKET_NAME}/{object_key}'
|
||||
|
||||
s3_client.put_object(
|
||||
|
||||
Reference in New Issue
Block a user