Merge pull request #5601 from SrJooJ/main

add new variable S3_REGION
This commit is contained in:
Andras Bacsai 2025-04-13 15:43:05 +02:00 committed by GitHub
commit 28fab5665a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 612 additions and 4346 deletions

File diff suppressed because it is too large Load diff

View file

@ -126,6 +126,7 @@ services:
- S3_SECRET_KEY=${S3_SECRET_KEY:-}
- S3_BUCKET=${S3_BUCKET:-evolution}
- S3_PORT=${S3_PORT:-443}
- S3_REGION=${S3_REGION:-us-east-1}
- S3_ENDPOINT=${S3_ENDPOINT:-files.site.com}
- S3_USE_SSL=${S3_USE_SSL:-true}
- 'AUTHENTICATION_API_KEY=${SERVICE_PASSWORD_AUTHENTICATIONAPIKEY}'