Add config description

This commit is contained in:
ashatora
2024-05-21 19:24:06 +03:00
parent 5213e6c844
commit 7c0b9325c2
2 changed files with 35 additions and 2 deletions

View File

@@ -90,8 +90,8 @@ def send_response(params, files, url):
files_s3 = []
for file in files:
fn = uuid4().hex
upload_file(file['url'], fn, Config.s3_bucket)
file['url'] = {'name': fn, 'bucket': Config.s3_bucket}
upload_file(file['url'], fn, Config.s3_bucket_itv)
file['url'] = {'name': fn, 'bucket': Config.s3_bucket_itv}
files_s3.append(file)
data = {
'params': params,