Добавил возможность загружать файлы сразу в S3

This commit is contained in:
Viner Abubakirov
2026-02-19 13:52:02 +05:00
parent 1981cb7da3
commit 8ac132e503
6 changed files with 198 additions and 30 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
S3_ACCESS_KEY=""
S3_SECRET_KEY=""
S3_BUCKET_NAME=""
S3_ENDPOINT_URL=""
S3_REGION_NAME=""
S3_SIGNATURE_VERSION=""