perf: Priority issues for S3_HOST and S3_AWS_REGION in 12.0

This commit is contained in:
Junxiang Huang 2025-04-24 13:38:18 +08:00
parent e11ea0225b
commit 89cb4837d7

View File

@ -29,7 +29,7 @@
INIT_S3_SECRET_KEY=<your-secret-key>
INIT_S3_USE_V4_SIGNATURE=true
INIT_S3_AWS_REGION=us-east-1 # your AWS Region
INIT_S3_HOST= # your S3 Host
INIT_S3_HOST= # your S3 Host (specify when not use AWS)
INIT_S3_USE_HTTPS=true
```