fix: docker compose plugin s3 config default value (#17722)
This commit is contained in:
parent
d3157b46ee
commit
0b1f938389
5 changed files with 12 additions and 12 deletions
|
|
@ -132,9 +132,9 @@ PLUGIN_MEDIA_CACHE_PATH=assets
|
|||
# Plugin oss bucket
|
||||
PLUGIN_STORAGE_OSS_BUCKET=
|
||||
# Plugin oss s3 credentials
|
||||
PLUGIN_S3_USE_AWS_MANAGED_IAM=true
|
||||
PLUGIN_S3_USE_AWS_MANAGED_IAM=false
|
||||
PLUGIN_S3_ENDPOINT=
|
||||
PLUGIN_S3_USE_PATH_STYLE=true
|
||||
PLUGIN_S3_USE_PATH_STYLE=false
|
||||
PLUGIN_AWS_ACCESS_KEY=
|
||||
PLUGIN_AWS_SECRET_KEY=
|
||||
PLUGIN_AWS_REGION=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue