existing file transaltion error for deleted script from S3 inpit file
This commit is contained in:
parent
a175d29a99
commit
b08f4a111e
|
@ -65,7 +65,7 @@ def run_conversion(msg):
|
||||||
background_thread = threading.Thread(target=background_execution, args=(obj,))
|
background_thread = threading.Thread(target=background_execution, args=(obj,))
|
||||||
background_thread.start()
|
background_thread.start()
|
||||||
background_thread.join()
|
background_thread.join()
|
||||||
s3_client.delete_object(Bucket='conversion-kitchen', Key=object_key)
|
# s3_client.delete_object(Bucket='conversion-kitchen', Key=object_key)
|
||||||
|
|
||||||
|
|
||||||
def run_audit(msg):
|
def run_audit(msg):
|
||||||
|
|
Loading…
Reference in New Issue