proxy-reworked

This commit is contained in:
2024-10-22 19:34:08 +03:00
parent 30a2672ca8
commit 1c27714455
7 changed files with 125 additions and 116 deletions

View File

@@ -62,7 +62,7 @@ pub async fn upload_handler(
// Загружаем файл в S3
upload_to_s3(
&state.storj_client,
&state.storj_bucket,
&state.bucket,
&body,
file_bytes,
&content_type,