feat: add S3_USE_AWS env var to explicitly distinguish AWS S3 usage in plugin-daemon (#20923)

This commit is contained in:
Byron.wang
2025-06-13 15:05:55 +08:00
committed by GitHub
parent c05e47ebc0
commit 8cb3ed5cc2
5 changed files with 6 additions and 0 deletions

View File

@@ -1067,6 +1067,7 @@ PLUGIN_MEDIA_CACHE_PATH=assets
# Plugin oss bucket
PLUGIN_STORAGE_OSS_BUCKET=
# Plugin oss s3 credentials
PLUGIN_S3_USE_AWS=
PLUGIN_S3_USE_AWS_MANAGED_IAM=false
PLUGIN_S3_ENDPOINT=
PLUGIN_S3_USE_PATH_STYLE=false