fix(docker): restore S3_ADDRESS_STYLE env examples (#34826)

This commit is contained in:
-LAN-
2026-04-09 14:44:28 +08:00
committed by GitHub
parent d5ababfed0
commit ec56f4e839
3 changed files with 3 additions and 0 deletions

View File

@@ -469,6 +469,7 @@ S3_REGION=us-east-1
S3_BUCKET_NAME=difyai
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_ADDRESS_STYLE=auto
# Whether to use AWS managed IAM roles for authenticating with the S3 service.
# If set to false, the access key and secret key must be provided.
S3_USE_AWS_MANAGED_IAM=false